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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h237 #define _INPCB_PTR(x) u_int32_t macro
240 #define _INPCB_PTR(x) x macro
271 _INPCB_PTR(caddr_t) inp_ppcb; /* per-protocol pcb */
272 _INPCB_PTR(struct inpcbinfo *) inp_pcbinfo; /* PCB list info */
273 _INPCB_PTR(void *) inp_socket; /* back pointer to socket */
277 _INPCB_PTR(struct inpcbport *) inp_phd; /* head of this list */
306 _INPCB_PTR(struct mbuf *) inp4_options;
308 _INPCB_PTR(struct ip_moptions *) inp4_moptions;
313 _INPCB_PTR(struct mbuf *) inp6_options;
318 _INPCB_PTR(struc
[all...]

Completed in 15 milliseconds