Searched refs:PPP_IPV6 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c1009 sys_block_proto(PPP_IPV6);
1118 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE))
1200 demand_rexmit(PPP_IPV6);
1201 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
1242 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
1251 np_up(f->unit, PPP_IPV6);
1264 sys_unblock_proto(PPP_IPV6);
1282 np_down(f->unit, PPP_IPV6);
1296 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_QUEUE) != 1) {
1301 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_ERRO
[all...]
H A Dsys-solaris.c1612 case PPP_IPV6:
2459 (proto == PPP_IPV6 && !if6_is_up)) {
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h87 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */ macro
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c603 sap = PPP_IPV6;
620 } else if ((sap == PPP_IPV6) && (ppa->ppa_ip6_cache == NULL)) {
635 * and we'll only do this for PPP_IP or PPP_IPV6 sap (not snoop).
700 ASSERT((sap == PPP_IP) || (sap == PPP_IPV6) || (sap == PPP_ALLSAP));
716 } else if (sap == PPP_IPV6) {
1107 } else if (proto == PPP_IPV6) {
1166 } else if (proto == PPP_IPV6) {
H A Dsppp.c131 case PPP_IPV6:
396 } else if (sps->sps_sap == PPP_IPV6) {
2195 * stream cache for this ppa for PPP_IP (0x0021) or PPP_IPV6 (0x0057)
2202 } else if (proto == PPP_IPV6) {
2336 } else if (mp_proto == PPP_IPV6) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c100 { PPP_IPV6, "IPv6", interpret_ipv6, NULL, NULL },

Completed in 98 milliseconds