Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h378 #define _INPCB_PTR(x) u_int32_t macro
381 #define _INPCB_PTR(x) x macro
412 _INPCB_PTR(caddr_t) inp_ppcb; /* per-protocol pcb */
413 _INPCB_PTR(struct inpcbinfo *) inp_pcbinfo; /* PCB list info */
414 _INPCB_PTR(void *) inp_socket; /* back pointer to socket */
418 _INPCB_PTR(struct inpcbport *) inp_phd; /* head of this list */
447 _INPCB_PTR(struct mbuf *) inp4_options;
449 _INPCB_PTR(struct ip_moptions *) inp4_moptions;
454 _INPCB_PTR(struct mbuf *) inp6_options;
459 _INPCB_PTR(struct ip6_pktopts *) inp6_outputopts;
[all …]