Home
last modified time | relevance | path

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

/src/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()
/src/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
/src/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()
/src/sys/netinet/
H A Din_pcb.h126 struct xsocket xi_socket; /* (s,p) */
H A Dtcp_syncache.c2597 xt.xt_inp.xi_socket.xso_len = sizeof (struct xsocket); in syncache_pcblist()
/src/usr.bin/sockstat/
H A Dmain.c626 struct xsocket *so; in gather_inet()
/src/sys/kern/
H A Duipc_socket.c5088 sotoxsocket(struct socket *so, struct xsocket *xso)