extract_port
return extract_port((struct sockaddr *) &my->addr);
wport = extract_port((struct sockaddr *) &my->addr);
port = extract_port(iph1->remote);
if(extract_port(local) == lcconf->port_isakmp_natt)
if (extract_port(iph2->src) == 0)
set_port(iph2->src, extract_port(iph1->local));
if (extract_port(iph2->dst) == 0)
set_port(iph2->dst, extract_port(iph1->remote));
set_port(iph2->src, extract_port(iph1->local));
set_port(iph2->dst, extract_port(iph1->remote));
if (extract_port(iph1->remote) == 0) {
port = extract_port(rmconf->remote);
if (extract_port(iph1->local) == 0) {
if (extract_port(iph1->local) == lcconf->port_isakmp_natt) {
if (extract_port((struct sockaddr *)&remote) == 0) {
extract_port((struct sockaddr *) &proposed_addr));
extract_port((struct sockaddr *) &proposed_addr));
sa_args.l_natt_sport = extract_port(iph2->ph1->remote);
sa_args.l_natt_dport = extract_port(iph2->ph1->local);
sa_args.l_natt_sport = extract_port(iph2->ph1->local);
sa_args.l_natt_dport = extract_port(iph2->ph1->remote);
port = extract_port(iph1->local);
port = extract_port(iph1->remote);
sport=extract_port(src);
dport=extract_port(dst);
port = extract_port(bind_args.addr);
naddr_port = extract_port(&naddr->sa.sa);
saddr_port = extract_port(saddr);
extern uint16_t extract_port(const struct sockaddr *addr);