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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1041 struct hostent *loche = NULL, *remhe = NULL; local
1151 if (parse_addr(1, &locid, &loche) < 0)
1153 if (loche->h_addr_list[1] != NULL) {
1158 headdr2sa(loche->h_addr_list[0], &psp->ps_ipaddrs.loc_addr,
1159 loche->h_length);
1160 FREE_HE(loche);
1217 if (loche != NULL)
1218 FREE_HE(loche);

Completed in 49 milliseconds