Home
last modified time | relevance | path

Searched refs:strxf_proto (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/ip/
Dxfrm.h130 const char *strxf_proto(__u8 proto);
Dipxfrm.c246 const char *strxf_proto(__u8 proto) in strxf_proto() function
469 fprintf(fp, "proto %s ", strxf_proto(sel->proto)); in xfrm_selector_print()
1182 fprintf(stderr, "\"sport\" and \"dport\" are invalid with proto=%s\n", strxf_proto(sel->proto)); in xfrm_selector_upspec_parse()
1193 fprintf(stderr, "\"type\" and \"code\" are invalid with proto=%s\n", strxf_proto(sel->proto)); in xfrm_selector_upspec_parse()
Dxfrm_monitor.c244 fprintf(fp, " protocol %s ", strxf_proto(id->sa_id.proto)); in xfrm_ae_print()