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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dauth.h91 int bad_ip_adrs (u32_t);
H A Dauth.c580 * bad_ip_adrs - return 1 if the IP address is one we don't want
584 int bad_ip_adrs(u32_t addr) function
901 if (bad_ip_adrs(addr))
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.h109 int bad_ip_adrs (u32_t);
H A Dauth.c1186 if (bad_ip_adrs(addr)) {
1199 * bad_ip_adrs - return 1 if the IP address is one we don't want
1204 bad_ip_adrs(u32_t addr) function

Completed in 1387 milliseconds