Searched refs:saddr2str_fromto (Results 1 – 6 of 6) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | nattraversal.c | 349 saddr2str_fromto("%s->%s", ka->src, ka->dst)); in natt_keepalive_send() 380 saddr2str_fromto("%s->%s", src, dst), ka->in_use); in natt_keepalive_add() 385 plog (LLV_INFO, LOCATION, NULL, "KA list add: %s\n", saddr2str_fromto("%s->%s", src, dst)); in natt_keepalive_add() 432 plog (LLV_INFO, LOCATION, NULL, "KA remove: %s\n", saddr2str_fromto("%s->%s", src, dst)); in natt_keepalive_remove() 438 saddr2str_fromto("%s->%s", src, dst), ka->in_use); in natt_keepalive_remove()
|
D | sockmisc.h | 71 extern char *saddr2str_fromto __P((const char *format,
|
D | rsalist.c | 169 saddr2str_fromto("%s <-> %s", iph1->local, iph1->remote)); in rsa_lookup_keys()
|
D | isakmp.c | 356 len, saddr2str_fromto("from %s to %s", 513 saddr2str_fromto ("%s<->%s", iph1->remote, iph1->local)); 1845 saddr2str_fromto("from %s to %s", iph1->local, iph1->remote));
|
D | sockmisc.c | 971 saddr2str_fromto(format, saddr, daddr) in saddr2str_fromto() function
|
D | oakley.c | 1772 saddr2str_fromto("%s <-> %s", 1782 saddr2str_fromto("%s <-> %s",
|