Home
last modified time | relevance | path

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

/netbsd-src/sys/netipsec/
H A Dkey.c4643 * spidx0: source, it is often in SPD.
4651 const struct secpolicyindex *spidx0, in key_spidx_match_exactly() argument
4655 KASSERT(spidx0 != NULL); in key_spidx_match_exactly()
4659 if (spidx0->prefs != spidx1->prefs || in key_spidx_match_exactly()
4660 spidx0->prefd != spidx1->prefd || in key_spidx_match_exactly()
4661 spidx0->ul_proto != spidx1->ul_proto) in key_spidx_match_exactly()
4664 return key_sockaddr_match(&spidx0->src.sa, &spidx1->src.sa, PORT_STRICT) && in key_spidx_match_exactly()
4665 key_sockaddr_match(&spidx0->dst.sa, &spidx1->dst.sa, PORT_STRICT); in key_spidx_match_exactly()
4671 * spidx0: source, it is often in SPD.
4679 const struct secpolicyindex *spidx0, in key_spidx_match_withmask() argument
[all...]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dpolicy.c326 delsp_bothdir(spidx0) in delsp_bothdir() argument
327 struct policyindex *spidx0; in delsp_bothdir()
334 memcpy(&spidx, spidx0, sizeof(spidx));