Searched defs:convert_ip (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | gethostent.c | 146 /* convert_ip converts string to appropriate binary form */ 148 convert_ip(int af, const char *line, int linelen, char *h_addrp, int *h_length) function 182 if (convert_ip(AF_INET, line, linelen, h_addrp, &h_length) == 0) 504 if (convert_ip(af, line, linelen, h_addrp, &h_length) == 0)
|
Completed in 49 milliseconds