Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-juniper.c45 #define JUNIPER_BPF_NO_L2 0x2 /* L2 header stripped */ macro
113 { JUNIPER_BPF_NO_L2, "no-L2" },
1295 if ((l2info->flags & JUNIPER_BPF_NO_L2 ) == JUNIPER_BPF_NO_L2 ) { in juniper_parse_header()