Home
last modified time | relevance | path

Searched refs:neg_ifaceid (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dipv6cp.c444 wo->neg_ifaceid = 1;
445 ao->neg_ifaceid = 1;
515 wo->req_ifaceid = wo->neg_ifaceid && ao->neg_ifaceid;
720 NAKCIIFACEID(CI_IFACEID, neg_ifaceid,
722 try_.neg_ifaceid = 0;
767 if (go->neg_ifaceid || no.neg_ifaceid || cilen != CILEN_IFACEID)
769 try_.neg_ifaceid = 1;
777 no.neg_ifaceid = 1;
935 if (!ao->neg_ifaceid ||
975 ho->neg_ifaceid = 1;
[all …]
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dipv6cp.h165 unsigned int neg_ifaceid :1; /* Negotiate interface identifier? */ member