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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dhttpd.c199 Htaccess_IP *ip_a_d; /* config allow/deny lines */ member in struct:globals
235 #define ip_a_d (G.ip_a_d ) macro
409 free_Htaccess_IP_list(&ip_a_d);
487 pip->next = ip_a_d;
488 ip_a_d = pip;
491 Htaccess_IP *prev_IP = ip_a_d;
494 ip_a_d = pip;
1414 for (cur = ip_a_d; cur; cur = cur->next) {

Completed in 39 milliseconds