HomeSort by relevance Sort by last modified time
    Searched full:dg_proto (Results 1 - 1 of 1) sorted by null

  /external/iproute2/misc/
ss.c 58 static const char *dg_proto = NULL; variable
498 if (c->port == port && c->proto == dg_proto)
509 se = getservbyport(htons(port), dg_proto);
530 if (dg_proto == RAW_PROTO) {
535 int hash = (port^(((unsigned long)dg_proto)>>2))&255;
539 c->proto == dg_proto) {
556 c->proto = dg_proto;
    [all...]

Completed in 63 milliseconds