Searched refs:ALIAS_PORT_MASK (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c560 #define ALIAS_PORT_MASK 0x07fff macro
608 port_sys = arc4random() & ALIAS_PORT_MASK;
659 port_sys = arc4random() & ALIAS_PORT_MASK;
776 port_sys = arc4random() & ALIAS_PORT_MASK;
800 port_sys = arc4random() & ALIAS_PORT_MASK;

Completed in 73 milliseconds