Searched refs:my_port (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | ntploopstat | 253 ($my_port, $my_addr) = (unpack("S n a4 x8",getsockname(S)))[$[+1,$[+2]; 256 unpack("C4",$my_addr), $my_port);
|
/freebsd/contrib/unbound/services/ |
H A D | outside_network.c | 2100 int my_if, my_port, fd, portno, inuse, tries=0; local 2123 my_port = pif->inuse + ub_random_max(outnet->rnd, 2126 my_port = ub_random_max(outnet->rnd, pif->avail_total); 2127 if(my_port < pif->inuse) { 2129 pend->pc = pif->out[my_port]; 2137 portno = pif->avail_ports[my_port - pif->inuse]; 2139 my_port = portno = 0; 2179 pif->avail_ports[my_port - pif->inuse] =
|