Home | History | Annotate | Download | only in racoon

Lines Matching refs:extract_port

358 	if (extract_port((struct sockaddr *)&remote) == 0) {
1180 if(extract_port(local) == lcconf->port_isakmp_natt)
2180 if (!extract_port(iph2->src) && !extract_port(iph2->dst)) {
2182 set_port(iph2->src, extract_port(iph1->local));
2183 set_port(iph2->dst, extract_port(iph1->remote));
2314 if (!extract_port(iph2->src) && !extract_port(iph2->dst)) {
2315 plog(LLV_DEBUG2, LOCATION, NULL, "CHKPH1THERE: extract_port.\n");
2341 set_port(iph2->src, extract_port(iph1->local));
2342 set_port(iph2->dst, extract_port(iph1->remote));
2877 if (extract_port(iph1->remote) == 0) {
2878 port = extract_port(rmconf->remote);
2891 if (extract_port(iph1->local) == 0)
2895 if (extract_port(iph1->local) == lcconf->port_isakmp_natt) {