Home
last modified time | relevance | path

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

/freebsd/usr.bin/sockstat/
H A Dmain.c791 struct xunpcb *xup; in gather_unix() local
845 xup = (struct xunpcb *)xug; in gather_unix()
846 if (!check_ksize(xup->xu_len, struct xunpcb)) in gather_unix()
848 if ((xup->unp_conn == 0 && !opt_l) || in gather_unix()
849 (xup->unp_conn != 0 && !opt_c)) in gather_unix()
857 sock->socket = xup->xu_socket.xso_so; in gather_unix()
858 sock->pcb = xup->xu_unpp; in gather_unix()
862 if (xup->xu_addr.sun_family == AF_UNIX) in gather_unix()
864 *(struct sockaddr_storage *)(void *)&xup->xu_addr; in gather_unix()
865 faddr->conn = xup->unp_conn; in gather_unix()
[all …]