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

/external/iproute2/misc/
H A Dss.c56 static const char *UDP_PROTO = "udp"; variable
512 else if (strcmp(proto, UDP_PROTO) == 0)
513 c->proto = UDP_PROTO;
1109 se1 = getservbyname(port, UDP_PROTO);
1123 if ((s->proto == UDP_PROTO &&
1837 dg_proto = UDP_PROTO;

Completed in 115 milliseconds