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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h254 #define _INPCB_PTR(x) u_int32_t macro
257 #define _INPCB_PTR(x) x macro
280 _INPCB_PTR(caddr_t) inp_ppcb; /* pointer to per-protocol pcb */
281 _INPCB_PTR(struct inpcbinfo *) inp_pcbinfo; /* PCB list info */
282 _INPCB_PTR(void *) inp_socket; /* back pointer to socket */
286 _INPCB_PTR(struct inpcbport *) inp_phd; /* head of this list */
315 _INPCB_PTR(struct mbuf *) inp4_options;
317 _INPCB_PTR(struct ip_moptions *) inp4_moptions;
322 _INPCB_PTR(struct mbuf *) inp6_options;
327 _INPCB_PTR(struc
[all...]

Completed in 22 milliseconds