Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c113 static const char *UDP_PROTO = "udp"; variable
936 else if (strcmp(proto, UDP_PROTO) == 0) in init_service_resolver()
937 c->proto = UDP_PROTO; in init_service_resolver()
1633 se1 = getservbyname(port, UDP_PROTO); in parse_hostcond()
1648 if ((s->proto == UDP_PROTO && in parse_hostcond()
2913 s.type = dg_proto == UDP_PROTO ? IPPROTO_UDP : 0; in dgram_show_line()
2930 dg_proto = UDP_PROTO; in udp_show()