Searched refs:ouraddr (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/pppd/
H A Dipcp.h76 int accept_local : 1; /* accept peer's value for ouraddr */
80 u_int32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */ member in struct:ipcp_options
H A Dipcp.c302 if (wo->ouraddr == 0)
401 go->old_addrs, go->ouraddr, go->hisaddr);
481 go->old_addrs, go->ouraddr, go->hisaddr);
566 try.ouraddr = ciaddr1;
635 try.ouraddr = ciaddr1;
649 try.ouraddr = ciaddr1;
650 if (try.ouraddr != 0)
743 go->old_addrs, go->ouraddr, go->hisaddr);
866 if (ciaddr2 != wo->ouraddr) {
871 tl = ntohl(wo->ouraddr);
1324 u_int32_t ouraddr, hisaddr; local
[all...]
H A Doptions.c1640 wo->ouraddr = local;
/openbsd-current/sys/net/
H A Dif_spppsubr.c2697 u_int32_t ouraddr; local
2714 ouraddr = sp->ipcp.req_myaddr;
2716 sppp_get_ip_addrs(sp, &ouraddr, 0, 0);
2719 opt[i++] = ouraddr >> 24;
2720 opt[i++] = ouraddr >> 16;
2721 opt[i++] = ouraddr >> 8;
2722 opt[i++] = ouraddr;
3129 struct in6_addr ouraddr; local
3134 ouraddr = sp->ipv6cp.req_ifid.ifra_addr.sin6_addr;
3136 sppp_get_ip6_addrs(sp, &ouraddr, NUL
[all...]

Completed in 129 milliseconds