Searched refs:xunp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.bin/netstat/
H A Dunix.c201 struct xunpcb *xunp; local
235 xunp = (struct xunpcb *)xug;
236 so = &xunp->xu_socket;
239 if (xunp->xu_unp.unp_gencnt > oxug->xug_gen)
246 unixdomainpr(xunp, so);
269 unixdomainpr(struct xunpcb *xunp, struct xsocket *so) argument
295 unp = &xunp->xu_unp;
297 sa = &xunp->xu_addr;

Completed in 81 milliseconds