Searched refs:hisaddr (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/regress/sbin/isakmpd/exchange/
H A Drun.pl35 my ($rfd, $tickfac, $myaddr, $myport, $hisaddr, $hisport, $proto, $bindaddr,
45 $hisaddr = inet_aton ('127.0.0.1');
54 $conaddr = sockaddr_in ($hisport, $hisaddr);
/openbsd-current/usr.sbin/pppd/
H A Dipcp.h77 int accept_remote : 1; /* accept peer's value for hisaddr */
80 u_int32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */ member in struct:ipcp_options
H A Dipcp.c304 if (wo->hisaddr == 0)
401 go->old_addrs, go->ouraddr, go->hisaddr);
481 go->old_addrs, go->ouraddr, go->hisaddr);
571 try.hisaddr = ciaddr2;
639 try.hisaddr = ciaddr2;
743 go->old_addrs, go->ouraddr, go->hisaddr);
842 if (ciaddr1 != wo->hisaddr
847 tl = ntohl(wo->hisaddr);
850 } else if (ciaddr1 == 0 && wo->hisaddr == 0) {
881 ho->hisaddr
1324 u_int32_t ouraddr, hisaddr; local
[all...]
H A Dsys-bsd.c1157 sifproxyarp(unit, hisaddr)
1159 u_int32_t hisaddr;
1168 if (!get_ether_addr(hisaddr, &arpmsg.hwa)) {
1186 arpmsg.dst.sin_addr.s_addr = hisaddr;
1199 proxy_arp_addr = hisaddr;
1207 cifproxyarp(unit, hisaddr)
1209 u_int32_t hisaddr;
1242 sifproxyarp(unit, hisaddr)
1244 u_int32_t hisaddr;
1258 if (!get_ether_addr(hisaddr,
[all...]
H A Dauth.c563 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
617 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
676 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
890 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
1012 wo->hisaddr = *(u_int32_t *)hp->h_addr;
1014 wo->hisaddr = ina.s_addr;
H A Doptions.c1664 wo->hisaddr = remote;
/openbsd-current/sys/net/
H A Dif_spppsubr.c2327 u_int32_t hisaddr, desiredaddr; local
2392 hisaddr = sp->ipcp.req_hisaddr; /* we already agreed on that */
2394 sppp_get_ip_addrs(sp, 0, &hisaddr, 0); /* user configuration */
2411 if (desiredaddr == hisaddr ||
2427 hisaddr = desiredaddr;
2445 p[2] = hisaddr >> 24;
2446 p[3] = hisaddr >> 16;
2447 p[4] = hisaddr >> 8;
2448 p[5] = hisaddr;
2470 buf[2] = hisaddr >> 2
2634 u_int32_t myaddr, hisaddr; local
2786 struct in6_addr myaddr, hisaddr; local
4233 u_int32_t hisaddr; local
[all...]

Completed in 260 milliseconds