Lines Matching refs:extract_port
358 if (extract_port((struct sockaddr *)&remote) == 0) {
1178 if(extract_port(local) == lcconf->port_isakmp_natt) in isakmp_ph1begin_r()
2177 if (!extract_port(iph2->src) && !extract_port(iph2->dst)) {
2179 set_port(iph2->src, extract_port(iph1->local));
2180 set_port(iph2->dst, extract_port(iph1->remote));
2311 if (!extract_port(iph2->src) && !extract_port(iph2->dst)) {
2338 set_port(iph2->src, extract_port(iph1->local));
2339 set_port(iph2->dst, extract_port(iph1->remote));
2874 if (extract_port(iph1->remote) == 0) {
2875 port = extract_port(rmconf->remote);
2888 if (extract_port(iph1->local) == 0)
2892 if (extract_port(iph1->local) == lcconf->port_isakmp_natt) {