Home
last modified time | relevance | path

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

/freebsd/usr.bin/sockstat/
H A Dsockstat.c820 struct xunpcb *xup; in gather_unix() local
874 xup = (struct xunpcb *)xug; in gather_unix()
875 if (!check_ksize(xup->xu_len, struct xunpcb)) in gather_unix()
877 if ((xup->unp_conn == 0 && !opt_l) || in gather_unix()
878 (xup->unp_conn != 0 && !opt_c)) in gather_unix()
886 sock->socket = xup->xu_socket.xso_so; in gather_unix()
887 sock->pcb = xup->xu_unpp; in gather_unix()
891 if (xup->xu_addr.sun_family == AF_UNIX) in gather_unix()
893 *(struct sockaddr_storage *)(void *)&xup->xu_addr; in gather_unix()
894 faddr->conn = xup->unp_conn; in gather_unix()
[all …]