Lines Matching full:encaps
639 if (EXTRACT_24BITS(p) == 0xfefe03 || /* NLPID encaps ? */
640 EXTRACT_24BITS(p) == 0xaaaa03) { /* SNAP encaps ? */
647 if (p[0] == 0x03) { /* Cisco style NLPID encaps ? */
653 if(ip_heuristic_guess(p, l2info.length) != 0) /* last try - vcmux encaps ? */
687 if (EXTRACT_24BITS(p) == 0xfefe03 || /* NLPID encaps ? */
688 EXTRACT_24BITS(p) == 0xaaaa03) { /* SNAP encaps ? */
695 if (l2info.direction != JUNIPER_BPF_PKT_IN && /* ether-over-1483 encaps ? */
701 if (p[0] == 0x03) { /* Cisco style NLPID encaps ? */
707 if(juniper_ppp_heuristic_guess(p, l2info.length) != 0) /* PPPoA vcmux encaps ? */
710 if(ip_heuristic_guess(p, l2info.length) != 0) /* last try - vcmux encaps ? */