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

/external/iproute2/ip/
H A Dipxfrm.c247 const char *strxf_proto(__u8 proto) function
470 fprintf(fp, "proto %s ", strxf_proto(sel->proto));
1273 fprintf(stderr, "\"sport\" and \"dport\" are invalid with proto=%s\n", strxf_proto(sel->proto));
1284 fprintf(stderr, "\"type\" and \"code\" are invalid with proto=%s\n", strxf_proto(sel->proto));
1293 fprintf(stderr, "\"key\" is invalid with proto=%s\n", strxf_proto(sel->proto));

Completed in 154 milliseconds