Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dxfrm_state.c76 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage()
77 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage()
78 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP)); in usage()
79 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ROUTING)); in usage()
80 fprintf(stderr, "%s ", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
463 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify()
471 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify()
476 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify()
487 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify()
493 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify()
[all …]
Dxfrm_monitor.c70 fprintf(fp, "proto %s ", strxf_xfrmproto(xacq->id.proto)); in xfrm_acquire_print()
122 str = strxf_xfrmproto(xsf->proto); in xfrm_state_flush_print()
195 fprintf(fp, "proto %s ", strxf_xfrmproto(xrep->proto)); in xfrm_report_print()
Dxfrm_policy.c91 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage()
92 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage()
93 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP)); in usage()
94 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ROUTING)); in usage()
95 fprintf(stderr, "%s ", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
Dxfrm.h125 const char *strxf_xfrmproto(__u8 proto);
Dipxfrm.c140 const char *strxf_xfrmproto(__u8 proto) in strxf_xfrmproto() function
303 fprintf(fp, "proto %s ", strxf_xfrmproto(id->proto)); in xfrm_id_info_print()