Lines Matching defs:inpcb
76 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 */
95 uint8_t inp_ip_minttl;
96 bool inp_bindportonsend;