Searched refs:u_net (Results 1 – 1 of 1) sorted by relevance
373 uint32_t u_net = net; in _dns_getnetbyaddr() local376 while ((u_net & 0xff) == 0 && u_net != 0) in _dns_getnetbyaddr()377 u_net >>= 8; in _dns_getnetbyaddr()378 np->n_net = u_net; in _dns_getnetbyaddr()