Searched refs:ipsec_build_id (Results 1 – 4 of 4) sorted by relevance
345 conn->local_id = ipsec_build_id(local_id, &conn->local_sz); in connection_record_passive()350 conn->remote_id = ipsec_build_id(remote_id, &conn->remote_sz); in connection_record_passive()
146 extern u_int8_t *ipsec_build_id(char *, size_t *);
910 id = ipsec_build_id(local_id, &sz); in initiator_send_HASH_SA_NONCE()919 id = ipsec_build_id(remote_id, &sz); in initiator_send_HASH_SA_NONCE()983 id = ipsec_build_id(remote_id, &sz); in initiator_send_HASH_SA_NONCE()
590 if ((nat_id = ipsec_build_id(nat, &nat_sz))) { in ipsec_set_network()2212 ipsec_build_id(char *section, size_t *sz) in ipsec_build_id() function