Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:PPP_CONTROL

1316         case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */
1413 case (PPP_WITHDIRECTION_IN << 8 | PPP_CONTROL):
1419 case (PPP_WITHDIRECTION_OUT << 8 | PPP_CONTROL):
1425 case (PPP_ADDRESS << 8 | PPP_CONTROL):
1526 * is being used (i.e., we don't check for PPP_ADDRESS and PPP_CONTROL,
1613 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) {
1649 && ph->phdr_ctl == PPP_CONTROL) {