Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1669 struct hostent *natt_lhp = NULL, *natt_rhp = NULL; in doaddup() local
2265 sa_len = parseaddr(*argv, &natt_rhp, 0, ebuf); in doaddup()
2266 if (natt_rhp == NULL) { in doaddup()
2288 if (natt_rhp == &dummy.he || in doaddup()
2289 natt_rhp->h_addr_list[1] == NULL) { in doaddup()
2296 bcopy(natt_rhp->h_addr_list[0], in doaddup()
2309 natt_rhp->h_name); in doaddup()
2310 freehostent(natt_rhp); in doaddup()
2311 natt_rhp = NULL; in doaddup()
2961 if (natt_rhp != NULL && natt_rhp != &dummy.he) in doaddup()
[all …]