HomeSort by: relevance | last modified time | path
    Searched refs:PPP_IP (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-vjc.c 44 * is for COMPRESSED_TCP packets (PPP_IP is used for TYPE_IP packets).
99 return PPP_IP;
103 return PPP_IP;
ppp.h 26 #define PPP_IP 0x0021 /* Raw IP */
print-ppp.c 68 { PPP_IP, "IP" },
1419 case PPP_IP:
1495 case PPP_IP:
1835 case PPP_IP:
1852 case PPP_IP:
1883 case PPP_IP:
print-juniper.c 1149 case PPP_IP :
  /src/external/bsd/libpcap/dist/
ppp.h 26 #define PPP_IP 0x0021 /* Raw IP */
gencode.c 3211 ll_proto = PPP_IP;
3470 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, PPP_IP);
  /src/sys/net/
ppp_defs.h 75 #define PPP_IP 0x0021 /* Internet Protocol */
if_ppp.c 664 case PPP_IP:
899 protocol = PPP_IP;
1053 case PPP_IP:
1157 case PPP_IP:
1583 cp[3] = PPP_IP;
1584 proto = PPP_IP;
1620 proto = PPP_IP;
1621 cp[3] = PPP_IP;
1671 case PPP_IP:
if_spppsubr.c 736 case PPP_IP:
936 protocol = htons(PPP_IP);
  /src/external/bsd/ppp/dist/pppd/
ipcp.c 1781 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE))
1923 demand_rexmit(PPP_IP);
1924 sifnpmode(f->unit, PPP_IP, NPMODE_PASS);
1969 sifnpmode(f->unit, PPP_IP, NPMODE_PASS);
1995 np_up(f->unit, PPP_IP);
2033 np_down(f->unit, PPP_IP);
2046 sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE);
2048 sifnpmode(f->unit, PPP_IP, NPMODE_DROP);
2097 np_finished(f->unit, PPP_IP);
  /src/sys/kern/
uipc_mbufdebug.c 413 case PPP_IP:

Completed in 34 milliseconds