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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c283 if (in6p->in6p_lport == 0 &&
332 udp6->uh_sport = in6p->in6p_lport; /* lport is always set in the PCB */
H A Dudp6_usrreq.c347 if (in6p->in6p_lport != uh->uh_dport) {
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h485 #define in6p_lport inp_lport /* for KAME src sync over BSD*'s */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_arg.c643 sin6->sin6_port = pcb->in6p_lport;

Completed in 78 milliseconds