Home
last modified time | relevance | path

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.c1005 sys_block_proto(PPP_IPV6);
1114 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE))
1196 demand_rexmit(PPP_IPV6);
1197 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
1238 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
1247 np_up(f->unit, PPP_IPV6);
1260 sys_unblock_proto(PPP_IPV6);
1278 np_down(f->unit, PPP_IPV6);
1292 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_QUEUE) != 1) {
1297 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_ERROR) != 1) {
[all …]
H A Dsys-solaris.c1553 case PPP_IPV6: in dump_packet()
2400 (proto == PPP_IPV6 && !if6_is_up)) {
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c603 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 Dsppp.c133 case PPP_IPV6: in sppp_ppp2np()
399 } else if (sps->sps_sap == PPP_IPV6) { in sppp_close()
2210 } else if (proto == PPP_IPV6) { in sppp_inpkt()
2344 } else if (mp_proto == PPP_IPV6) { in sppp_release_pkts()
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h85 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c98 { PPP_IPV6, "IPv6", interpret_ipv6, NULL, NULL },