Searched refs:natt_remote (Results 1 – 1 of 1) sorted by relevance
1759 struct sadb_address *natt_local = NULL, *natt_remote = NULL; in doaddup() local2380 if (natt_remote != NULL) { in doaddup()2398 alloclen = sizeof (*natt_remote) + roundup(sa_len, 8); in doaddup()2399 natt_remote = malloc(alloclen); in doaddup()2400 if (natt_remote == NULL) in doaddup()2403 natt_remote->sadb_address_len = SADB_8TO64(alloclen); in doaddup()2404 natt_remote->sadb_address_exttype = in doaddup()2406 natt_remote->sadb_address_reserved = 0; in doaddup()2407 natt_remote->sadb_address_prefixlen = 0; in doaddup()2408 natt_remote->sadb_address_proto = 0; in doaddup()[all …]