Searched refs:PPP_IP (Results 1 – 11 of 11) sorted by relevance
/openbsd/lib/libpcap/ |
H A D | ppp.h | 23 #define PPP_IP 0x0021 /* Raw IP */ macro
|
H A D | gencode.c | 844 proto = PPP_IP; /* XXX was 0x21 */ in gen_linktype() 855 b0 = gen_cmp(off_linktype, BPF_H, PPP_IP); in gen_linktype()
|
/openbsd/sys/net/ |
H A D | if_ppp.c | 494 case PPP_IP: in pppioctl() 683 protocol = PPP_IP; in pppoutput() 821 case PPP_IP: in ppp_requeue() 898 case PPP_IP: in ppp_dequeue() 1314 cp[3] = PPP_IP; in ppp_inproc() 1315 proto = PPP_IP; in ppp_inproc() 1351 proto = PPP_IP; in ppp_inproc() 1352 cp[3] = PPP_IP; in ppp_inproc() 1399 case PPP_IP: in ppp_inproc()
|
H A D | ppp_defs.h | 65 #define PPP_IP 0x21 /* Internet Protocol */ macro
|
H A D | pipex.c | 848 pipex_ppp_output(m0, session, PPP_IP); in pipex_ip_output() 863 pipex_ppp_output(m, session_tmp, PPP_IP); in pipex_ip_output() 887 if (proto == PPP_IP) { in pipex_ppp_output() 888 m0 = pipex_mppe_output(m0, session, PPP_IP); in pipex_ppp_output() 995 case PPP_IP: in pipex_ppp_input() 1185 case PPP_IP: in pipex_common_input()
|
H A D | if_spppsubr.c | 100 #define PPP_IP 0x0021 /* Internet Protocol */ macro 425 case PPP_IP: in sppp_proto_up() 532 case PPP_IP: in sppp_input() 657 protocol = htons(PPP_IP); in sppp_output()
|
H A D | if_pppx.c | 868 proto = PPP_IP; in pppx_if_output()
|
/openbsd/usr.sbin/pppd/ |
H A D | ipcp.c | 1101 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE)) in ip_demand_conf() 1130 np_up(f->unit, PPP_IP); in ipcp_up() 1199 demand_rexmit(PPP_IP); in ipcp_up() 1200 sifnpmode(f->unit, PPP_IP, NPMODE_PASS); in ipcp_up() 1230 sifnpmode(f->unit, PPP_IP, NPMODE_PASS); in ipcp_up() 1265 np_down(f->unit, PPP_IP); in ipcp_down() 1273 sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE); in ipcp_down() 1313 np_finished(f->unit, PPP_IP); in ipcp_finished()
|
H A D | sys-bsd.c | 939 npi.protocol = PPP_IP; in sifdown()
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-ppp.c | 74 { PPP_IP, "IP" }, /* Internet Protocol */ 358 case PPP_IP: in ppp_print()
|
/openbsd/sys/dev/fdt/ |
H A D | if_mvpp.c | 1096 mvpp2_prs_match_etype(&pe, 0, PPP_IP); in mvpp2_prs_pppoe_init()
|