Home
last modified time | relevance | path

Searched defs:inpcb (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sys/netinet/
H A Din_pcb.h17 struct inpcb { struct
18 struct inpcb *inp_next,*inp_prev; argument
20 struct inpcb *inp_head; /* pointer back to chain of inpcb's argument
45 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb) argument
/original-bsd/sys/deprecated/bbnnet/
H A Din_pcb.h12 struct inpcb { struct
13 struct inpcb *inp_next,*inp_prev; argument
15 struct in_addr inp_faddr; /* foreign host table entry */
16 struct in_addr inp_laddr; /* local host table entry */
17 u_short inp_fport; /* foreign port */
18 u_short inp_lport; /* local port */
19 struct socket *inp_socket; /* back pointer to socket */
20 caddr_t inp_ppcb; /* pointer to per-protocol pcb */
21 struct route inp_route; /* routing entry */
22 char inp_optlen;
[all …]
H A Dip_usrreq.c69 struct inpcb *inpcb; variable
136 struct inpcb *inpcb; variable
/original-bsd/usr.bin/netstat/
H A Dinet.c45 struct inpcb inpcb; variable
H A Diso.c329 struct inpcb inpcb; local
/original-bsd/usr.bin/systat/
H A Dnetstat.c141 struct inpcb inpcb; in fetchnetstat() local
/original-bsd/usr.bin/fstat/
H A Dfstat.c553 struct inpcb inpcb; local