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

/freebsd-10.0-release/sys/sys/
H A Dunpcb.h136 struct xsocket xu_socket;
H A Dsocketvar.h162 struct xsocket { struct
368 void sotoxsocket(struct socket *so, struct xsocket *xso);
/freebsd-10.0-release/usr.bin/netstat/
H A Dnetstat.h70 struct xsocket;
71 int sotoxsocket(struct socket *, struct xsocket *);
H A Dunix.c64 static void unixdomainpr(struct xunpcb *, struct xsocket *);
197 struct xsocket *so;
258 unixdomainpr(struct xunpcb *xunp, struct xsocket *so)
H A Dinet.c152 sotoxsocket(struct socket *so, struct xsocket *xso)
192 struct xsocket *xso;
312 struct xsocket *so;
/freebsd-10.0-release/usr.bin/systat/
H A Dnetstat.c81 static void enter_sysctl(struct inpcb *, struct xsocket *, int, const char *);
342 enter_sysctl(struct inpcb *inp, struct xsocket *so, int state, const char *proto)
/freebsd-10.0-release/sys/netinet/
H A Din_pcb.h249 * alert -- only define if struct xsocket is in scope.
255 struct xsocket xi_socket;
H A Dtcp_var.h572 struct xsocket xt_socket;
H A Dtcp_syncache.c2010 xt.xt_socket.xso_len = sizeof (struct xsocket);
/freebsd-10.0-release/usr.bin/sockstat/
H A Dsockstat.c258 struct xsocket *so;
/freebsd-10.0-release/sys/kern/
H A Duipc_socket.c3413 * Create an external-format (``xsocket'') structure using the information in
3421 sotoxsocket(struct socket *so, struct xsocket *xso)

Completed in 98 milliseconds