Searched defs:SETLOPORT (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sbin/ipfw/ | ||
H A D | nat.c | 194 #define SETLOPORT( global() macro |
/freebsd-src/sbin/natd/ | ||
H A D | natd.c | 95 #define SETLOPORT(x,y) ((x) = ((x) & 0x0000ffff) | ((y) << 0x10)) macro |