Searched refs:_INPCB_PTR (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h257 #define _INPCB_PTR(x) u_int32_t macro
260 #define _INPCB_PTR(x) x macro
291 _INPCB_PTR(caddr_t) inp_ppcb; /* per-protocol pcb */
292 _INPCB_PTR(struct inpcbinfo *) inp_pcbinfo; /* PCB list info */
293 _INPCB_PTR(void *) inp_socket; /* back pointer to socket */
297 _INPCB_PTR(struct inpcbport *) inp_phd; /* head of this list */
326 _INPCB_PTR(struct mbuf *) inp4_options;
328 _INPCB_PTR(struct ip_moptions *) inp4_moptions;
333 _INPCB_PTR(struct mbuf *) inp6_options;
338 _INPCB_PTR(struc
[all...]

Completed in 160 milliseconds