Home
last modified time | relevance | path

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

/external/tcpdump/
Dudp.h293 #ifndef RX_PORT_LOW
294 #define RX_PORT_LOW 7000 /*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()