Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c2259 if (natt_remote != NULL) { in doaddup()
2278 natt_remote = malloc(alloclen); in doaddup()
2279 if (natt_remote == NULL) in doaddup()
2283 natt_remote->sadb_address_exttype = in doaddup()
2287 natt_remote->sadb_address_proto = 0; in doaddup()
2304 free(natt_remote); in doaddup()
2305 natt_remote = NULL; in doaddup()
2747 if (natt_remote != NULL) in doaddup()
2862 if (natt_remote != NULL) { in doaddup()
2863 bcopy(natt_remote, nexthdr, in doaddup()
[all …]