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

/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_inpcb.h38 #define in6pcb inpcb /* for KAME src sync over BSD*'s */
43 * Struct inpcb is the ommon structure pcb for the Internet Protocol
50 LIST_HEAD(inpcbhead, inpcb);
108 struct inpcb { struct
109 LIST_ENTRY(inpcb) inp_hash; /* hash list */
110 LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */
168 LIST_ENTRY(inpcb) inp_portlist;
170 #define inp_zero_size offsetof(struct inpcb, inp_gencnt)
207 * IPv4 and IPv6. Holds inpcb lists and information for managing them.
328 #define sotoinpcb(so) ((struct inpcb *)(s
[all...]

Completed in 210 milliseconds