Home
last modified time | relevance | path

Searched defs:xinpcb64 (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Din_pcb.h493 struct xinpcb64 { struct
494 u_int64_t xi_len; /* length of this structure */
495 u_int64_t xi_inpp;
496 u_short inp_fport; /* foreign port */
497 u_short inp_lport; /* local port */
498 struct inpcb64_list_entry inp_list; /* list for all PCBs */
499 u_int64_t inp_ppcb; /* ptr to per-protocol PCB */
500 u_int64_t inp_pcbinfo; /* PCB list info */
501 struct inpcb64_list_entry inp_portlist; /* this PCB's local port list */
502 u_int64_t inp_phd; /* head of this list */
[all …]