Searched defs:sockstat (Results 1 – 2 of 2) 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
4400 sock: *mut sockstat, in procstat_get_socket_info()