Home
last modified time | relevance | path

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

/minix3/sys/netinet/
H A Din_pcb.h76 struct inpcb { struct
77 struct inpcb_hdr inp_head; argument
87 struct route inp_route; /* placeholder for routing entry */
88 u_int16_t inp_fport; /* foreign port */
89 u_int16_t inp_lport; /* local port */
90 int inp_flags; /* generic IP/datagram flags */
91 struct ip inp_ip; /* header prototype; should have more */
92 struct mbuf *inp_options; /* IP options */
93 struct ip_moptions *inp_moptions; /* IP multicast options */
94 int inp_errormtu; /* MTU of last xmit status = EMSGSIZE */
[all …]
/minix3/usr.bin/netstat/
H A Dinet.c270 struct inpcb inpcb; in getpcblist_kmem() local