Lines Matching full:ipv6
2 * ipv6cp.c - PPP IPV6 Control Protocol.
183 /* Hook for a plugin to know when IPv6 protocol has come up */
186 /* Hook for a plugin to know when IPv6 protocol has come down */
235 { "ipv6", o_special, (void *)setifaceid,
236 "Set interface identifiers for IPV6",
239 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag,
240 "Enable IPv6 and IPv6CP", OPT_PRIO | 1 },
242 "Disable IPv6 and IPv6CP", OPT_PRIOSUB },
243 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag,
244 "Disable IPv6 and IPv6CP", OPT_PRIOSUB | OPT_ALIAS },
297 "IPV6",
382 if (override_value("+ipv6", option_priority, option_source))
1167 * Configure the IPv6 network interface appropriately and bring it up.
1213 * interface to pass IPv6 packets.
1239 /* bring the interface up for IPv6 */
1242 warn("sif6up failed (IPV6)");
1267 * Execute the ipv6-up script, like this:
1268 * /etc/ppp/ipv6-up interface tty speed local-LL remote-LL
1280 * Take the IPv6 network interface down, clear its addresses
1321 /* Execute the ipv6-down script */
1355 * ipv6cp_script_done - called when the ipv6-up or ipv6-down script
1510 #define IP6_NHDR_FRAG 44 /* fragment IPv6 header */