Searched defs:in_host_array (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c91 static int in_host_array(char *host);
1133 if (!in_host_array(phost->h_name)) {
1141 if (!in_host_array(*aliases)) {
1148 * in_host_array checks if the given hostname exists in the host_name
1152 in_host_array(char *host) function
1356 if (!in_host_array(addr_str)) {

Completed in 59 milliseconds