HomeSort by relevance Sort by last modified time
    Searched refs:strxf_proto (Results 1 - 5 of 5) sorted by null

  /external/iproute2/ip/
xfrm_policy.c 69 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));
xfrm.h 129 const char *strxf_proto(__u8 proto);
xfrm_state.c 95 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_TCP));
96 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_UDP));
97 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_SCTP));
98 fprintf(stderr, "%s", strxf_proto(IPPROTO_DCCP));
101 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMP));
102 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMPV6));
103 fprintf(stderr, "%s", strxf_proto(IPPROTO_MH));
105 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE));
    [all...]
ipxfrm.c 244 const char *strxf_proto(__u8 proto) function
469 fprintf(fp, "proto %s ", strxf_proto(sel->proto));
1349 fprintf(stderr, "\"sport\" and \"dport\" are invalid with PROTO value \"%s\"\n", strxf_proto(sel->proto));
1360 fprintf(stderr, "\"type\" and \"code\" are invalid with PROTO value \"%s\"\n", strxf_proto(sel->proto));
1369 fprintf(stderr, "\"key\" is invalid with PROTO value \"%s\"\n", strxf_proto(sel->proto));
    [all...]
xfrm_monitor.c 237 fprintf(fp, " protocol %s ", strxf_proto(sa_id->proto));

Completed in 4771 milliseconds