Searched refs:extract_port (Results 1 – 12 of 12) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | sockmisc.h | 85 extern u_int16_t extract_port __P((const struct sockaddr *addr));
|
D | isakmp.c | 358 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 …]
|
D | sockmisc.c | 1091 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
|
D | pfkey.c | 1112 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);
|
D | admin.c | 427 port = extract_port(rmconf->remote);
|
D | remoteconf.c | 120 extract_port(remote) != IPSEC_PORT_ANY)
|
D | grabmyaddr.c | 751 if (extract_port(p->addr) == PORT_ISAKMP) {
|
D | isakmp_inf.c | 1203 if (extract_port(src) == 0 && natt_port != NULL) 1207 if (extract_port(dst) == 0 && natt_port != NULL)
|
D | ipsec_doi.c | 3662 port = extract_port(iph1->remote);
|
/external/openssl/apps/ |
D | s_apps.h | 161 int extract_port(char *str, short *port_ptr);
|
D | s_socket.c | 492 if (!extract_port(p,port_ptr)) in extract_host_port() 545 int extract_port(char *str, short *port_ptr) in extract_port() function
|
D | s_server.c | 1003 if (!extract_port(*(++argv),&port)) in MAIN()
|