Searched refs:JUNIPER_BPF_PKT_IN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-juniper.c45 #define JUNIPER_BPF_PKT_IN 0x1 /* Incoming packet */ macro
115 { JUNIPER_BPF_PKT_IN, "In" },
988 if (l2info.direction != JUNIPER_BPF_PKT_IN && /* ether-over-1483 encaps ? */
1153 l2info->direction = p[3]&JUNIPER_BPF_PKT_IN;

Completed in 406 milliseconds