Searched refs:strxf_xfrmproto (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/ip/ |
D | xfrm_state.c | 77 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage() 78 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage() 79 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP)); in usage() 80 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ROUTING)); in usage() 81 fprintf(stderr, "%s\n", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage() 496 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify() 504 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify() 509 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify() 520 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify() 526 strxf_xfrmproto(req.xsinfo.id.proto)); in xfrm_state_modify() [all …]
|
D | xfrm_monitor.c | 70 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()
|
D | xfrm_policy.c | 97 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage() 98 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage() 99 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP)); in usage() 100 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ROUTING)); in usage() 101 fprintf(stderr, "%s\n", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
|
D | xfrm.h | 125 const char *strxf_xfrmproto(__u8 proto);
|
D | ipxfrm.c | 140 const char *strxf_xfrmproto(__u8 proto) in strxf_xfrmproto() function 304 fprintf(fp, "proto %s ", strxf_xfrmproto(id->proto)); in xfrm_id_info_print()
|