Searched refs:ipv6cp_protent (Results 1 – 3 of 3) sorted by relevance
/external/ppp/pppd/ |
D | ipv6cp.h | 169 extern struct protent ipv6cp_protent;
|
D | ipv6cp.c | 239 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag, 241 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag, 243 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag, 284 struct protent ipv6cp_protent = { variable 383 ipv6cp_protent.enabled_flag = 1; 1086 if (!ipv6cp_protent.enabled_flag) in ipv6_check_options()
|
D | main.c | 287 &ipv6cp_protent,
|