Searched defs:natt_remote (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1650 struct sadb_address *natt_local = NULL, *natt_remote = NULL; local
2258 if (natt_remote != NULL) {
2276 alloclen = sizeof (*natt_remote) + roundup(sa_len, 8);
2277 natt_remote = malloc(alloclen);
2278 if (natt_remote == NULL)
2279 Bail("malloc(natt_remote)");
2281 natt_remote->sadb_address_len = SADB_8TO64(alloclen);
2282 natt_remote->sadb_address_exttype =
2284 natt_remote->sadb_address_reserved = 0;
2285 natt_remote
[all...]

Completed in 480 milliseconds