Home
last modified time | relevance | path

Searched refs:ipcp_wantoptions (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dipcp.c206 &ipcp_wantoptions[0].default_route },
209 &ipcp_wantoptions[0].default_route },
212 &ipcp_wantoptions[0].replace_default_route,
223 &ipcp_wantoptions[0].proxy_arp },
226 &ipcp_wantoptions[0].proxy_arp },
246 &ipcp_wantoptions[0].old_addrs},
360 ipcp_wantoptions [0].maxslotindex =
451 ipcp_options *wo = &ipcp_wantoptions[0];
515 ipcp_options *wo = &ipcp_wantoptions[0];
1808 ipcp_options *wo = &ipcp_wantoptions[0];
[all …]
H A Dipv6cp.c1096 eui64_setlo32(wo->ourid, lwip_ntohl(ipcp_wantoptions[0].ouraddr));
1107 eui64_setlo32(wo->hisid, lwip_ntohl(ipcp_wantoptions[0].hisaddr));
H A Dpppol2tp.c296 ipcp_wo = &ppp->ipcp_wantoptions; in pppol2tp_connect()
H A Dpppoe.c943 ipcp_wo = &ppp->ipcp_wantoptions; in pppoe_connect()
H A Dauth.c2051 struct ipcp_options *wo = &ipcp_wantoptions[unit];
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dppp.h411 ipcp_options ipcp_wantoptions; /* Options that we want to request */ member
483 #define ppp_set_ipcp_ouraddr(ppp, addr) do { ppp->ipcp_wantoptions.ouraddr = ip4_addr_get_u32(addr)…
484 … ppp->ask_for_local = ppp->ipcp_wantoptions.ouraddr != 0; } while(0)
485 #define ppp_set_ipcp_hisaddr(ppp, addr) (ppp->ipcp_wantoptions.hisaddr = ip4_addr_get_u32(addr))