Searched refs:convert_ip (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | gethostent6.c | 42 extern int convert_ip(int af, const char *line, int linelen, 67 if (convert_ip(AF_INET6, line, linelen, h_addrp,
|
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 16 milliseconds