Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dnetstat.h91 struct xsocket;
92 int sotoxsocket(struct socket *, struct xsocket *);
H A Dunix.c72 static void unixdomainpr(struct xunpcb *, struct xsocket *);
207 struct xsocket *so; in unixpr()
281 unixdomainpr(struct xunpcb *xunp, struct xsocket *so) in unixdomainpr()
H A Dinet.c160 sotoxsocket(struct socket *so, struct xsocket *xso) in sotoxsocket()
210 struct xsocket *so; in protopr()
/f-stack/freebsd/sys/
H A Dunpcb.h169 struct xsocket xu_socket;
H A Dsocketvar.h505 struct xsocket { struct
539 void sotoxsocket(struct socket *so, struct xsocket *xso); argument
/f-stack/tools/compat/include/sys/
H A Dunpcb.h169 struct xsocket xu_socket;
H A Dsocketvar.h505 struct xsocket { struct
539 void sotoxsocket(struct socket *so, struct xsocket *xso); argument
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h365 struct xsocket xi_socket; /* (s,p) */
/f-stack/freebsd/netinet/
H A Din_pcb.h365 struct xsocket xi_socket; /* (s,p) */
H A Dtcp_syncache.c2566 xt.xt_inp.xi_socket.xso_len = sizeof (struct xsocket); in syncache_pcblist()
/f-stack/freebsd/kern/
H A Duipc_socket.c4259 sotoxsocket(struct socket *so, struct xsocket *xso)