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

/macosx-10.9.5/network_cmds-433/alias/
H A Dalias_db.c658 u_short port_sys; local
691 port_sys = ntohs(port_net);
696 port_sys = random() & ALIAS_PORT_MASK;
697 port_sys += ALIAS_PORT_BASE;
698 port_net = htons(port_sys);
754 port_sys = random() & ALIAS_PORT_MASK;
755 port_sys += ALIAS_PORT_BASE;
756 port_net = htons(port_sys);
834 u_short port_sys; local
868 port_sys
[all...]

Completed in 72 milliseconds