Searched defs:sockstat (Results 1 – 1 of 1) sorted by relevance
668 struct sockstat { struct669 struct sockstat *next; argument670 unsigned int type;671 uint16_t prot;672 uint16_t raw_prot;673 inet_prefix local;674 inet_prefix remote;698 struct sockstat ss; argument