Searched defs:SET_PORT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_net.h74 #define SET_PORT(psau, port) (NSRCPORT(psau) = htons(port)) macro
/freebsd-10.1-release/usr.bin/sockstat/
H A Dsockstat.c84 #define SET_PORT(p) do { ports[p / INT_BIT] |= 1 << (p % INT_BIT); } while (0) macro
/freebsd-10.1-release/sys/dev/mpt/mpilib/
H A Dmpi_targ.h636 #define SET_PORT(t, p) ((t) = ((t) & ~TARGET_MODE_REPLY_PORT_MASK) | \ macro

Completed in 114 milliseconds