• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/

Lines Matching defs:spi

120 	u_int32_t spi;
158 spi = esp->esp_spi;
162 IPPROTO_ESP, spi)) == 0) {
164 "IPv4 ESP input: no key association found for spi %u\n",
165 (u_int32_t)ntohl(spi)));
174 "IPv4 ESP input: non-mature/dying SA found for spi %u\n",
175 (u_int32_t)ntohl(spi)));
182 "unsupported encryption algorithm for spi %u\n",
183 (u_int32_t)ntohl(spi)));
192 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
214 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
245 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
252 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
350 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
392 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
424 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
436 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0 ||
472 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0) {
567 u_int32_t spi;
603 spi = esp->esp_spi;
607 IPPROTO_ESP, spi)) == 0) {
609 "IPv6 ESP input: no key association found for spi %u\n",
610 (u_int32_t)ntohl(spi)));
619 "IPv6 ESP input: non-mature/dying SA found for spi %u\n",
620 (u_int32_t)ntohl(spi)));
627 "unsupported encryption algorithm for spi %u\n",
628 (u_int32_t)ntohl(spi)));
637 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
659 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
690 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
697 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
791 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
835 ipsec6_logpacketstr(ip6, spi),
842 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0 ||
940 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0) {