Lines Matching refs:u32_t
212 static int have_chap_secret (char *, char *, u32_t);
213 static int ip_addr_check (u32_t, struct wordlist *);
789 u32_t remote;
833 u32_t remote;
837 ao->neg_chap = !ppp_settings.refuse_chap && ppp_settings.passwd[0] != 0 /*have_chap_secret(ppp_settings.user, ppp_settings.remote_name, (u32_t)0)*/;
1057 have_chap_secret(char *client, char *server, u32_t remote)
1153 u32_t a;
1159 a = *(u32_t *)hp->h_addr;
1163 if (a != (u32_t) -1) {
1177 auth_ip_addr(int unit, u32_t addr)
1183 ip_addr_check(u32_t addr, struct wordlist *addrs)
1204 bad_ip_adrs(u32_t addr)