Home
last modified time | relevance | path

Searched refs:PPP_IP (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c1330 sys_block_proto(PPP_IP);
1403 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE))
1524 demand_rexmit(PPP_IP);
1525 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
1560 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
1585 np_up(f->unit, PPP_IP);
1599 sys_unblock_proto(PPP_IP);
1621 np_down(f->unit, PPP_IP);
1633 if (sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE) != 1) {
1638 if (sifnpmode(f->unit, PPP_IP, NPMODE_ERROR) != 1) {
[all …]
H A Dsys-solaris.c1514 case PPP_IP: in dump_packet()
2399 if ((proto == PPP_IP && !if_is_up) ||
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c601 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 Dsppp.c131 case PPP_IP: in sppp_ppp2np()
396 if (sps->sps_sap == PPP_IP) { in sppp_close()
2208 if (proto == PPP_IP) { in sppp_inpkt()
2342 if (mp_proto == PPP_IP) { in sppp_release_pkts()
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h75 #define PPP_IP 0x21 /* Internet Protocol */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c453 if (proto == PPP_IP && IS_COMP_VJC(cp) && in spppcomp_outpkt()
1572 dp[2] = PPP_IP >> 8; in spppcomp_inpkt()
1573 dp[3] = PPP_IP; in spppcomp_inpkt()
1600 mp->b_rptr[3] = PPP_IP; in spppcomp_inpkt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c97 { PPP_IP, "IP", interpret_ip, NULL, NULL },