Home
last modified time | relevance | path

Searched refs:extract_port (Results 1 – 12 of 12) sorted by relevance

/external/ipsec-tools/src/racoon/
Dsockmisc.h85 extern u_int16_t extract_port __P((const struct sockaddr *addr));
Disakmp.c358 if (extract_port((struct sockaddr *)&remote) == 0) {
1180 if(extract_port(local) == lcconf->port_isakmp_natt)
2179 if (!extract_port(iph2->src) && !extract_port(iph2->dst)) {
2181 set_port(iph2->src, extract_port(iph1->local));
2182 set_port(iph2->dst, extract_port(iph1->remote));
2313 if (!extract_port(iph2->src) && !extract_port(iph2->dst)) {
2340 set_port(iph2->src, extract_port(iph1->local));
2341 set_port(iph2->dst, extract_port(iph1->remote));
2876 if (extract_port(iph1->remote) == 0) {
2877 port = extract_port(rmconf->remote);
[all …]
Dsockmisc.c1091 naddr_port = extract_port(&naddr->sa.sa); in naddr_score()
1092 saddr_port = extract_port(saddr); in naddr_score()
1125 extract_port (const struct sockaddr *addr) in extract_port() function
Dpfkey.c1112 sa_args.l_natt_sport = extract_port (iph2->ph1->remote);
1113 sa_args.l_natt_dport = extract_port (iph2->ph1->local);
1291 set_port(iph2->src, extract_port(iph2->ph1->local));
1292 set_port(iph2->dst, extract_port(iph2->ph1->remote));
1403 sa_args.l_natt_sport = extract_port(iph2->ph1->local);
1404 sa_args.l_natt_dport = extract_port(iph2->ph1->remote);
Dadmin.c427 port = extract_port(rmconf->remote);
Dremoteconf.c120 extract_port(remote) != IPSEC_PORT_ANY)
Dgrabmyaddr.c751 if (extract_port(p->addr) == PORT_ISAKMP) {
Disakmp_inf.c1203 if (extract_port(src) == 0 && natt_port != NULL)
1207 if (extract_port(dst) == 0 && natt_port != NULL)
Dipsec_doi.c3662 port = extract_port(iph1->remote);
/external/openssl/apps/
Ds_apps.h161 int extract_port(char *str, short *port_ptr);
Ds_socket.c492 if (!extract_port(p,port_ptr)) in extract_host_port()
545 int extract_port(char *str, short *port_ptr) in extract_port() function
Ds_server.c1003 if (!extract_port(*(++argv),&port)) in MAIN()