Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dnetstat.h84 struct xsocket;
85 int sotoxsocket(struct socket *, struct xsocket *);
H A Dunix.c61 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 Dinet.c147 sotoxsocket(struct socket *so, struct xsocket *xso) in sotoxsocket()
196 struct xsocket *so; in protopr()
/freebsd/sys/sys/
H A Dunpcb.h165 struct xsocket xu_socket;
H A Dsocketvar.h604 struct xsocket { struct
640 void sotoxsocket(struct socket *so, struct xsocket *xso); argument
/freebsd/usr.bin/systat/
H A Dnetstat.c80 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 Din_pcb.h266 struct xsocket xi_socket; /* (s,p) */
H A Dtcp_syncache.c2530 xt.xt_inp.xi_socket.xso_len = sizeof (struct xsocket); in syncache_pcblist()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c660 struct xsocket *so; in gather_inet()
/freebsd/sys/kern/
H A Duipc_socket.c5018 sotoxsocket(struct socket *so, struct xsocket *xso)