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

/freebsd-11-stable/usr.bin/netstat/
H A Dnetstat.h80 struct xsocket;
81 int sotoxsocket(struct socket *, struct xsocket *);
H A Dunix.c66 static void unixdomainpr(struct xunpcb *, struct xsocket *);
199 struct xsocket *so;
269 unixdomainpr(struct xunpcb *xunp, struct xsocket *so)
H A Dinet.c156 sotoxsocket(struct socket *so, struct xsocket *xso)
196 struct xsocket *xso;
316 struct xsocket *so;
/freebsd-11-stable/sys/sys/
H A Dunpcb.h141 struct xsocket xu_socket;
H A Dsocketvar.h168 struct xsocket { struct
401 void sotoxsocket(struct socket *so, struct xsocket *xso);
/freebsd-11-stable/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-11-stable/sys/netinet/
H A Din_pcb.h282 * alert -- only define if struct xsocket is in scope.
288 struct xsocket xi_socket;
H A Dtcp_var.h662 struct xsocket xt_socket;
H A Dtcp_syncache.c2262 xt.xt_socket.xso_len = sizeof (struct xsocket);
/freebsd-11-stable/usr.bin/sockstat/
H A Dsockstat.c569 struct xsocket *so;
/freebsd-11-stable/sys/kern/
H A Duipc_socket.c3606 * Create an external-format (``xsocket'') structure using the information in
3614 sotoxsocket(struct socket *so, struct xsocket *xso)

Completed in 136 milliseconds