Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dnat.c195 #define SETLOPORT(x,y) ((x) = ((x) & 0x0000ffff) | ((y) << 0x10)) macro
/freebsd/sbin/natd/
H A Dnatd.c95 #define SETLOPORT(x,y) ((x) = ((x) & 0x0000ffff) | ((y) << 0x10)) macro