HomeSort by relevance Sort by last modified time
    Searched refs:inpcb (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_inpcb.h 38 #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 *)(so)->so_pcb
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 555 #define in6pcb inpcb
977 #define SCTP_IPV6_V6ONLY(inp) (((struct inpcb *)inp)->inp_flags & IN6P_IPV6_V6ONLY)
    [all...]
sctp_pcb.h 435 * put an inpcb in front of it all, kind of a waste but we need to
439 struct inpcb inp;
445 /* leave some space in case i386 inpcb is bigger than ppc */
849 * Null in last arg inpcb indicate run on ALL ep's. Specific inp in last arg
sctp_pcb.c     [all...]
sctp_usrreq.c 569 in_rtchange((struct inpcb *)inp,
743 struct inpcb *ip_inp;
855 struct inpcb *ip_inp;
    [all...]
sctputil.c     [all...]

Completed in 214 milliseconds