Searched refs:natt_remote (Results 1 – 1 of 1) sorted by relevance
1650 struct sadb_address *natt_local = NULL, *natt_remote = NULL; in doaddup() local2258 if (natt_remote != NULL) { in doaddup()2276 alloclen = sizeof (*natt_remote) + roundup(sa_len, 8); in doaddup()2277 natt_remote = malloc(alloclen); in doaddup()2278 if (natt_remote == NULL) in doaddup()2281 natt_remote->sadb_address_len = SADB_8TO64(alloclen); in doaddup()2282 natt_remote->sadb_address_exttype = in doaddup()2284 natt_remote->sadb_address_reserved = 0; in doaddup()2285 natt_remote->sadb_address_prefixlen = 0; in doaddup()2286 natt_remote->sadb_address_proto = 0; in doaddup()[all …]