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

  /src/sys/arch/sparc64/dev/
pyrovar.h 51 int pp_flags; member in struct:pyro_pbm
psychovar.h 72 int pp_flags; member in struct:psycho_pbm
pyro.c 213 pbm->pp_flags = (pbm->pp_memt ? PCI_FLAGS_MEM_OKAY : 0) |
232 pba.pba_flags = pbm->pp_flags;
psycho.c 492 pp->pp_flags = (pp->pp_memt ? PCI_FLAGS_MEM_OKAY : 0) |
680 pba.pba_flags = sc->sc_psycho_this->pp_flags;
  /src/sys/net/
if_spppvar.h 143 u_int pp_flags; /* use Cisco protocol instead of PPP */ member in struct:sppp
if_spppsubr.c 662 if (sp->pp_flags & PP_NOFRAMING) {
919 if ((sp->pp_flags & PP_NOFRAMING) == 0) {
1003 if (sp->pp_flags & PP_NOFRAMING) {
1080 sp->pp_flags |= PP_LOOPBACK_IFDOWN | PP_KEEPALIVE_IFDOWN;
1251 sp->pp_flags |= PP_ADMIN_UP;
1253 sp->pp_flags &= ~PP_ADMIN_UP;
1392 pkthdrlen = (sp->pp_flags & PP_NOFRAMING) ? 2 : PPP_HEADER_LEN;
1403 if (sp->pp_flags & PP_NOFRAMING) {
1724 if (sp->pp_flags & PP_LOOPBACK_IFDOWN) {
1725 sp->pp_flags |= PP_LOOPBACK
    [all...]
if_pppoe.c 379 sc->sc_sppp.pp_flags |= PP_KEEPALIVE | /* use LCP keepalive */

Completed in 57 milliseconds