Lines Matching refs:extract_port
362 if (extract_port((struct sockaddr *)&remote) == 0) {
1182 if(extract_port(local) == lcconf->port_isakmp_natt) in isakmp_ph1begin_r()
2184 if (!extract_port(iph2->src) && !extract_port(iph2->dst)) {
2186 set_port(iph2->src, extract_port(iph1->local));
2187 set_port(iph2->dst, extract_port(iph1->remote));
2318 if (!extract_port(iph2->src) && !extract_port(iph2->dst)) {
2345 set_port(iph2->src, extract_port(iph1->local));
2346 set_port(iph2->dst, extract_port(iph1->remote));
2881 if (extract_port(iph1->remote) == 0) {
2882 port = extract_port(rmconf->remote);
2895 if (extract_port(iph1->local) == 0)
2899 if (extract_port(iph1->local) == lcconf->port_isakmp_natt) {