Searched refs:ne_hent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c3023 struct hostent *ne_hent; local
3060 ne_hent = malloc(sizeof (struct hostent));
3061 if (ne_hent == NULL) {
3065 ne_hent->h_addr_list = malloc(2*sizeof (char *));
3066 if (ne_hent->h_addr_list == NULL) {
3068 free(ne_hent);
3074 free(ne_hent->h_addr_list);
3075 free(ne_hent);
3078 ne_hent->h_addr_list[0] = (char *)netaddr6;
3079 ne_hent
[all...]

Completed in 79 milliseconds