Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h394 struct inpcb_compat { struct
407 struct in_addr reserved1; /* reserved */
408 struct in_addr reserved2; /* reserved */
409 u_short inp_fport; /* foreign port */
410 u_short inp_lport; /* local port */
415 u_char nat_owner; /* Used to NAT TCP/UDP traffic */
416 u_int32_t nat_cookie; /* Cookie stored and returned to NAT */
419 inp_gen_t inp_gencnt; /* generation count of this instance */
420 int inp_flags; /* generic IP/datagram flags */
421 u_int32_t inp_flow;
[all …]