OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RX_PORT_LOW
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
udp.h
67
#define
RX_PORT_LOW
7000 /*XXX*/
print-udp.c
649
else if ((sport >=
RX_PORT_LOW
&& sport <= RX_PORT_HIGH) ||
650
(dport >=
RX_PORT_LOW
&& dport <= RX_PORT_HIGH))
Completed in 107 milliseconds