Home
last modified time | relevance | path

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

/external/tcpdump/
Dudp.h296 #ifndef RX_PORT_HIGH
297 #define RX_PORT_HIGH 7009 /*XXX*/ macro
Dprint-udp.c618 else if ((sport >= RX_PORT_LOW && sport <= RX_PORT_HIGH) || in udp_print()
619 (dport >= RX_PORT_LOW && dport <= RX_PORT_HIGH)) in udp_print()