Searched defs:inpcb (Results 1 – 2 of 2) sorted by relevance
76 struct inpcb { struct77 struct inpcb_hdr inp_head; argument87 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 …]
270 struct inpcb inpcb; in getpcblist_kmem() local