Home
last modified time | relevance | path

Searched refs:strxf_xfrmproto (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/ip/
Dxfrm_state.c73 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage()
74 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage()
75 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP)); in usage()
76 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ROUTING)); in usage()
77 fprintf(stderr, "%s\n", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
632 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify()
641 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify()
648 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify()
658 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify()
665 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify()
[all …]
Dxfrm_monitor.c71 fprintf(fp, "proto %s ", strxf_xfrmproto(xacq->id.proto)); in xfrm_acquire_print()
124 str = strxf_xfrmproto(xsf->proto); in xfrm_state_flush_print()
197 fprintf(fp, "proto %s ", strxf_xfrmproto(xrep->proto)); in xfrm_report_print()
Dxfrm_policy.c93 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage()
94 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage()
95 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP)); in usage()
96 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ROUTING)); in usage()
97 fprintf(stderr, "%s\n", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
Dipxfrm.c127 const char *strxf_xfrmproto(__u8 proto) in strxf_xfrmproto() function
288 fprintf(fp, "proto %s ", strxf_xfrmproto(id->proto)); in xfrm_id_info_print()
1132 strxf_xfrmproto(id->proto)); in xfrm_id_parse()
1136 strxf_xfrmproto(id->proto)); in xfrm_id_parse()
Dxfrm.h121 const char *strxf_xfrmproto(__u8 proto);