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

  /src/sys/net/
if_spppvar.h 211 #define PP_NOFRAMING 0x20 /* do not add/expect encapsulation
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) {
1392 pkthdrlen = (sp->pp_flags & PP_NOFRAMING) ? 2 : PPP_HEADER_LEN;
1403 if (sp->pp_flags & PP_NOFRAMING) {
5285 if (sp->pp_flags & PP_NOFRAMING) {
if_pppoe.c 380 PP_NOFRAMING; /* no serial encapsulation */

Completed in 16 milliseconds