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

/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeydb.h103 u_int16_t remote_ike_port; member in struct:secasvar
H A Dkey.c877 ntohs(dstport) != sav->remote_ike_port)
882 ntohs(dstport) != sav->remote_ike_port)
1267 currsav->remote_ike_port != outsav->remote_ike_port)
3368 sav->remote_ike_port = 0;
3398 sav->remote_ike_port = ((struct sadb_sa_2*)(sa0))->sadb_sa_natt_port;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp_output.c393 if (sav->remote_ike_port == htons(udp->uh_dport)) {
621 udp->uh_dport = ntohs(sav->remote_ike_port);
H A Desp_input.c526 udp->uh_sport = htons(sav->remote_ike_port);
H A Dipsec.c4090 if ((esp_udp_encap_port & 0xFFFF) == 0 || sav->remote_ike_port == 0) return;
4114 uh->uh_dport = htons(sav->remote_ike_port);

Completed in 54 milliseconds