OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strxf_proto
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/ip/
xfrm.h
130
const char *
strxf_proto
(__u8 proto);
ipxfrm.c
246
const char *
strxf_proto
(__u8 proto)
function
469
fprintf(fp, "proto %s ",
strxf_proto
(sel->proto));
1182
fprintf(stderr, "\"sport\" and \"dport\" are invalid with proto=%s\n",
strxf_proto
(sel->proto));
1193
fprintf(stderr, "\"type\" and \"code\" are invalid with proto=%s\n",
strxf_proto
(sel->proto));
xfrm_monitor.c
244
fprintf(fp, " protocol %s ",
strxf_proto
(id->sa_id.proto));
Completed in 21 milliseconds