Searched refs:ipv6cp_protent (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipv6cp.h | 131 extern struct protent ipv6cp_protent;
|
H A D | ipv6cp.c | 186 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag, 188 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag, 190 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag, 228 struct protent ipv6cp_protent = { variable 324 ipv6cp_protent.enabled_flag = 1;
|
H A D | main.c | 282 &ipv6cp_protent,
|
H A D | sys-solaris.c | 132 #define IPV6CP_ENABLED ipv6cp_protent.enabled_flag
|