Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dnattraversal.c71 struct natt_ka_addrs { struct
76 TAILQ_ENTRY(natt_ka_addrs) chain; argument
79 static TAILQ_HEAD(_natt_ka_addrs, natt_ka_addrs) ka_tree;
323 natt_keepalive_delete (struct natt_ka_addrs *ka) in natt_keepalive_delete()
335 struct natt_ka_addrs *ka, *next = NULL; in natt_keepalive_send()
373 struct natt_ka_addrs *ka = NULL, *new_addr; in natt_keepalive_add()
387 new_addr = (struct natt_ka_addrs *)racoon_malloc(sizeof(*new_addr)); in natt_keepalive_add()
430 struct natt_ka_addrs *ka, *next = NULL; in natt_keepalive_remove()