Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c112 static const char *UDP_PROTO = "udp"; variable
906 else if (strcmp(proto, UDP_PROTO) == 0) in init_service_resolver()
907 c->proto = UDP_PROTO; in init_service_resolver()
1520 se1 = getservbyname(port, UDP_PROTO); in parse_hostcond()
1534 if ((s->proto == UDP_PROTO && in parse_hostcond()
2506 inet_stats_print(&s, dg_proto == UDP_PROTO ? IPPROTO_UDP : 0); in dgram_show_line()
2522 dg_proto = UDP_PROTO; in udp_show()