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

/fuchsia/zircon/system/uapp/netreflector/
H A Dnetreflector.c18 #define SRC_PORT 5004 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 21 milliseconds