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

/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_input.c445 struct udphdr *encap_uh = (__typeof__(encap_uh))(void *)((caddr_t)ip + off); local
446 if (encap_uh->uh_sport &&
447 ntohs(encap_uh->uh_sport) != sav->remote_ike_port) {
448 sav->remote_ike_port = ntohs(encap_uh->uh_sport);

Completed in 20 milliseconds