Searched refs:xsocket (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.bin/netstat/ |
H A D | netstat.h | 84 struct xsocket; 85 int sotoxsocket(struct socket *, struct xsocket *);
|
H A D | unix.c | 61 static void unixdomainpr(struct xunpcb *, struct xsocket *); 194 struct xsocket *so; in unixpr() 264 unixdomainpr(struct xunpcb *xunp, struct xsocket *so) in unixdomainpr()
|
H A D | inet.c | 147 sotoxsocket(struct socket *so, struct xsocket *xso) in sotoxsocket() 196 struct xsocket *so; in protopr()
|
/freebsd/sys/sys/ |
H A D | unpcb.h | 165 struct xsocket xu_socket;
|
H A D | socketvar.h | 604 struct xsocket { struct 640 void sotoxsocket(struct socket *so, struct xsocket *xso); argument
|
/freebsd/usr.bin/systat/ |
H A D | netstat.c | 80 static void enter_sysctl(struct xinpcb *, struct xsocket *, int, const char *); 328 enter_sysctl(struct xinpcb *xip, struct xsocket *so, int state, in enter_sysctl()
|
/freebsd/sys/netinet/ |
H A D | in_pcb.h | 266 struct xsocket xi_socket; /* (s,p) */
|
H A D | tcp_syncache.c | 2530 xt.xt_inp.xi_socket.xso_len = sizeof (struct xsocket); in syncache_pcblist()
|
/freebsd/usr.bin/sockstat/ |
H A D | sockstat.c | 660 struct xsocket *so; in gather_inet()
|
/freebsd/sys/kern/ |
H A D | uipc_socket.c | 5018 sotoxsocket(struct socket *so, struct xsocket *xso)
|