Home | Sort by: relevance | last modified time | path |
/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; |