Searched defs:SETLOPORT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sbin/ipfw/
H A Dnat.c188 #define SETLOPORT(x,y) ((x) = ((x) & 0x0000ffff) | ((y) << 0x10)) macro
/freebsd-10-stable/sbin/natd/
H A Dnatd.c98 #define SETLOPORT(x,y) ((x) = ((x) & 0x0000ffff) | ((y) << 0x10)) macro

Completed in 60 milliseconds