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

/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.c112 static struct wordlist *addresses[NUM_PPP];
117 static struct wordlist *noauth_addrs;
120 static struct wordlist *extra_options;
146 struct wordlist **paddrs,
147 struct wordlist **popts)) = NULL;
192 struct wordlist { struct
193 struct wordlist *next;
213 static int ip_addr_check (u32_t, struct wordlist *);
217 struct wordlist **, struct wordlist **,
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dauth.c99 struct wordlist { struct
100 struct wordlist *next;
124 static int ip_addr_check (u32_t, struct wordlist *);
126 static void set_allowed_addrs(int unit, struct wordlist *addrs);
127 static void free_wordlist (struct wordlist *);
157 static struct wordlist *addresses[NUM_PPP];
517 struct wordlist *addrs = NULL;
609 struct wordlist *addrs;
628 struct wordlist *addrs;
865 static void set_allowed_addrs(int unit, struct wordlist *addr
[all...]

Completed in 88 milliseconds