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

/fuchsia/zircon/system/uapp/netreflector/
H A Dnetreflector.c19 #define DST_PORT 5005 macro
125 // Only reflect packets arriving from DST_PORT on SRC_PORT.
128 if (ntohs(udp->dst_port) != DST_PORT || ntohs(udp->src_port) != SRC_PORT) {

Completed in 73 milliseconds