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.c150 sotoxsocket(struct socket *so, struct xsocket *xso) in sotoxsocket()
199 struct xsocket *so; in protopr()
/freebsd/sys/sys/
H A Dunpcb.h165 struct xsocket xu_socket;
H A Dsocketvar.h608 struct xsocket { struct
644 void sotoxsocket(struct socket *so, struct xsocket *xso); argument
/freebsd/usr.bin/systat/
H A Dnetstat.c74 static void enter(struct xinpcb *, struct xsocket *so, int, const char *);
228 enter(struct xinpcb *xip, struct xsocket *so, int state, const char *proto) in enter()
/freebsd/sys/netinet/
H A Din_pcb.h110 #ifdef _SYS_SOCKETVAR_H_ /* XXX: requires xsocket to be known */
113 * alert -- only define if struct xsocket is in scope.
126 struct xsocket xi_socket; /* (s,p) */
H A Dtcp_syncache.c2593 xt.xt_inp.xi_socket.xso_len = sizeof (struct xsocket); in syncache_pcblist()
/freebsd/usr.bin/sockstat/
H A Dmain.c626 struct xsocket *so; in gather_inet()
/freebsd/sys/kern/
H A Duipc_socket.c5088 sotoxsocket(struct socket *so, struct xsocket *xso)