Home
last modified time | relevance | path

Searched refs:nslist (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/host/
Dhost.c274 #define nslist(i) _res.nsaddr_list[i] macro
1863 nslist(i).sin_family = AF_INET;
1864 nslist(i).sin_port = htons(NAMESERVER_PORT);
1865 nslist(i).sin_addr = incopy(hp->h_addr_list[i]);
1874 nslist(0).sin_family = AF_INET;
1875 nslist(0).sin_port = htons(NAMESERVER_PORT);
1876 nslist(0).sin_addr = inaddr;
3966 ipaddr[0][i] = nslist(i).sin_addr;
4448 nslist(i).sin_family = AF_INET;
4449 nslist(i).sin_port = htons(NAMESERVER_PORT);
[all …]