Searched refs:PPP_IP (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp_dlpi.c | 601 sap = PPP_IP; in sppp_dl_bind() 615 if ((sap == PPP_IP) && (ppa->ppa_ip_cache == NULL)) { in sppp_dl_bind() 640 ((sap == PPP_IP) ? "PPP_LINKSTAT_IPV4_BOUND" : in sppp_dl_bind() 700 ASSERT((sap == PPP_IP) || (sap == PPP_IPV6) || (sap == PPP_ALLSAP)); in sppp_dl_unbind() 712 if (sap == PPP_IP) { in sppp_dl_unbind() 724 ((sap == PPP_IP) ? "PPP_LINKSTAT_IPV4_UNBOUND" : in sppp_dl_unbind() 1105 if (proto == PPP_IP) { in sppp_dladdether() 1164 if (proto == PPP_IP) { in sppp_dladdud()
|
H A D | sppp.c | 129 case PPP_IP: in sppp_ppp2np() 393 if (sps->sps_sap == PPP_IP) { in sppp_close() 2200 if (proto == PPP_IP) { in sppp_inpkt() 2334 if (mp_proto == PPP_IP) { in sppp_release_pkts()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipcp.c | 1337 sys_block_proto(PPP_IP); 1410 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE)) 1531 demand_rexmit(PPP_IP); 1532 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) { 1567 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) { 1592 np_up(f->unit, PPP_IP); 1606 sys_unblock_proto(PPP_IP); 1628 np_down(f->unit, PPP_IP); 1640 if (sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE) != 1) { 1645 if (sifnpmode(f->unit, PPP_IP, NPMODE_ERROR) != 1) { [all …]
|
H A D | sys-solaris.c | 1573 case PPP_IP: in dump_packet() 2458 if ((proto == PPP_IP && !if_is_up) ||
|
/titanic_44/usr/src/uts/common/net/ |
H A D | ppp_defs.h | 77 #define PPP_IP 0x21 /* Internet Protocol */ macro
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | spppcomp.c | 450 if (proto == PPP_IP && IS_COMP_VJC(cp) && in spppcomp_outpkt() 1567 dp[2] = PPP_IP >> 8; in spppcomp_inpkt() 1568 dp[3] = PPP_IP; in spppcomp_inpkt() 1595 mp->b_rptr[3] = PPP_IP; in spppcomp_inpkt()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 99 { PPP_IP, "IP", interpret_ip, NULL, NULL },
|