Home
last modified time | relevance | path

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

/openbsd/lib/libpcap/
H A Dppp.h23 #define PPP_IP 0x0021 /* Raw IP */ macro
H A Dgencode.c844 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 Dif_ppp.c494 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 Dppp_defs.h65 #define PPP_IP 0x21 /* Internet Protocol */ macro
H A Dpipex.c848 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 Dif_spppsubr.c100 #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 Dif_pppx.c868 proto = PPP_IP; in pppx_if_output()
/openbsd/usr.sbin/pppd/
H A Dipcp.c1101 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 Dsys-bsd.c939 npi.protocol = PPP_IP; in sifdown()
/openbsd/usr.sbin/tcpdump/
H A Dprint-ppp.c74 { PPP_IP, "IP" }, /* Internet Protocol */
358 case PPP_IP: in ppp_print()
/openbsd/sys/dev/fdt/
H A Dif_mvpp.c1096 mvpp2_prs_match_etype(&pe, 0, PPP_IP); in mvpp2_prs_pppoe_init()