Home
last modified time | relevance | path

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

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