Home
last modified time | relevance | path

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

/dragonfly/sbin/ipfw3/
H A Dipfw3.h64 #define SETLOPORT(x, y) ((x) = ((x) & 0x0000ffff) | ((y) << 0x10)) macro
/dragonfly/sbin/natd/
H A Dnatd.c68 #define SETLOPORT(x,y) ((x) = ((x) & 0x0000ffff) | ((y) << 0x10)) macro