Home
last modified time | relevance | path

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

/dragonfly/sbin/ipfw3/
H A Dipfw3.h67 #define SETNUMPORTS(x, y) ((x) = ((x) & 0xffff0000) | (y)) macro
/dragonfly/sbin/natd/
H A Dnatd.c71 #define SETNUMPORTS(x,y) ((x) = ((x) & 0xffff0000) | (y)) macro