Home
last modified time | relevance | path

Searched refs:pp_flags (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/arch/sparc64/dev/
H A Dpyrovar.h51 int pp_flags; member
H A Dpsychovar.h72 int pp_flags; member
H A Dpyro.c213 pbm->pp_flags = (pbm->pp_memt ? PCI_FLAGS_MEM_OKAY : 0) | in pyro_init()
232 pba.pba_flags = pbm->pp_flags; in pyro_init()
H A Dpsycho.c492 pp->pp_flags = (pp->pp_memt ? PCI_FLAGS_MEM_OKAY : 0) | in psycho_attach()
680 pba.pba_flags = sc->sc_psycho_this->pp_flags; in psycho_attach()
/netbsd-src/sys/net/
H A Dif_spppsubr.c662 if (sp->pp_flags & PP_NOFRAMING) { in sppp_input()
919 if ((sp->pp_flags & PP_NOFRAMING) == 0) { in sppp_output()
1003 if (sp->pp_flags & PP_NOFRAMING) { in sppp_output()
1080 sp->pp_flags |= PP_LOOPBACK_IFDOWN | PP_KEEPALIVE_IFDOWN; in sppp_attach()
1251 sp->pp_flags |= PP_ADMIN_UP; in sppp_ioctl()
1253 sp->pp_flags &= ~PP_ADMIN_UP; in sppp_ioctl()
1392 pkthdrlen = (sp->pp_flags & PP_NOFRAMING) ? 2 : PPP_HEADER_LEN; in sppp_cp_send()
1403 if (sp->pp_flags & PP_NOFRAMING) { in sppp_cp_send()
1724 if (sp->pp_flags & PP_LOOPBACK_IFDOWN) { in sppp_cp_input()
1725 sp->pp_flags |= PP_LOOPBACK; in sppp_cp_input()
[all …]
H A Dif_spppvar.h143 u_int pp_flags; /* use Cisco protocol instead of PPP */ member
H A Dif_pppoe.c379 sc->sc_sppp.pp_flags |= PP_KEEPALIVE | /* use LCP keepalive */ in pppoe_clone_create()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.h87 pp_flags flags;
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.h87 pp_flags flags;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpretty-print.h152 typedef unsigned int pp_flags; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpretty-print.h152 typedef unsigned int pp_flags; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.cc1862 pp_flags saved_flags = flags; in type_id()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c1819 pp_flags saved_flags = flags; in type_id()