Searched refs:strxf_proto (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/ip/
H A Dxfrm_policy.c69 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_TCP));
70 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_UDP));
71 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_SCTP));
72 fprintf(stderr, "%s", strxf_proto(IPPROTO_DCCP));
75 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMP));
76 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMPV6));
77 fprintf(stderr, "%s", strxf_proto(IPPROTO_MH));
79 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE));
H A Dxfrm_state.c96 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_TCP));
97 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_UDP));
98 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_SCTP));
99 fprintf(stderr, "%s", strxf_proto(IPPROTO_DCCP));
102 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMP));
103 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMPV6));
104 fprintf(stderr, "%s", strxf_proto(IPPROTO_MH));
106 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE));
H A Dxfrm.h126 const char *strxf_proto(__u8 proto);
H A Dipxfrm.c237 const char *strxf_proto(__u8 proto) function
453 fprintf(fp, "proto %s ", strxf_proto(sel->proto));
1337 fprintf(stderr, "\"sport\" and \"dport\" are invalid with PROTO value \"%s\"\n", strxf_proto(sel->proto));
1348 fprintf(stderr, "\"type\" and \"code\" are invalid with PROTO value \"%s\"\n", strxf_proto(sel->proto));
1357 fprintf(stderr, "\"key\" is invalid with PROTO value \"%s\"\n", strxf_proto(sel->proto));
H A Dxfrm_monitor.c235 fprintf(fp, " protocol %s ", strxf_proto(sa_id->proto));

Completed in 136 milliseconds