HomeSort by: relevance | last modified time | path
    Searched defs:u_net (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
getnetnamadr.c 371 uint32_t u_net = net; local in function:_dns_getnetbyaddr
374 while ((u_net & 0xff) == 0 && u_net != 0)
375 u_net >>= 8;
376 np->n_net = u_net;
getnetnamadr.c 371 uint32_t u_net = net; local in function:_dns_getnetbyaddr
374 while ((u_net & 0xff) == 0 && u_net != 0)
375 u_net >>= 8;
376 np->n_net = u_net;

Completed in 22 milliseconds