Searched refs:net (Results 1 – 3 of 3) sorted by relevance
156 _nss_dns_getnetbyaddr_r (uint32_t net, int type, struct netent *result, in libc_hidden_def()186 net2 = (uint32_t) net; in libc_hidden_def()237 unsigned int u_net = net; /* Maybe net should be unsigned? */ in libc_hidden_def()
474 char *net = cp; in res_vinit_1() local481 if (__inet_aton_exact (net, &a)) in res_vinit_1()487 net = cp; in res_vinit_1()493 if (__inet_aton_exact (net, &a)) in res_vinit_1()
170 char net[20]; in print_resp() local172 net, sizeof (net)) == NULL) in print_resp()178 fprintf (fp, " %s/%s", net, mask); in print_resp()
Completed in 10 milliseconds