Searched refs:PPP_IPV6 (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipv6cp.c | 1009 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_ERROR) != 1) { [all …]
|
H A D | sys-solaris.c | 1612 case PPP_IPV6: in dump_packet() 2459 (proto == PPP_IPV6 && !if6_is_up)) {
|
/titanic_44/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp_dlpi.c | 603 sap = PPP_IPV6; in sppp_dl_bind() 620 } else if ((sap == PPP_IPV6) && (ppa->ppa_ip6_cache == NULL)) { in sppp_dl_bind() 700 ASSERT((sap == PPP_IP) || (sap == PPP_IPV6) || (sap == PPP_ALLSAP)); in sppp_dl_unbind() 716 } else if (sap == PPP_IPV6) { in sppp_dl_unbind() 1107 } else if (proto == PPP_IPV6) { in sppp_dladdether() 1166 } else if (proto == PPP_IPV6) { in sppp_dladdud()
|
H A D | sppp.c | 131 case PPP_IPV6: in sppp_ppp2np() 396 } else if (sps->sps_sap == PPP_IPV6) { in sppp_close() 2202 } else if (proto == PPP_IPV6) { in sppp_inpkt() 2336 } else if (mp_proto == PPP_IPV6) { in sppp_release_pkts()
|
/titanic_44/usr/src/uts/common/net/ |
H A D | ppp_defs.h | 87 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 100 { PPP_IPV6, "IPv6", interpret_ipv6, NULL, NULL },
|