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

Lines Matching refs:in

8  * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
54 #include <netinet/in.h>
143 "IPv4 ESP input: can't pullup in esp4_input\n"));
191 ipseclog((LOG_ERR, "inproper ivlen in IPv4 ESP input: %s %s\n",
213 "replay packet in IPv4 ESP input: %s %s\n",
244 ipseclog((LOG_WARNING, "auth fail in IPv4 ESP input: %s %s\n",
251 ipseclog((LOG_WARNING, "auth fail in IPv4 ESP input: %s %s\n",
304 "IPv4 ESP input: can't pullup in esp4_input\n"));
327 ipseclog((LOG_ERR, "decrypt fail in IPv4 ESP input: %s\n",
349 "bad pad length in IPv4 ESP input: %s %s\n",
391 "in ESP input: %s %s\n",
400 * m_pullup is prohibited in KAME IPv6 input processing
404 /* okay to pullup in m_pulldown style */
423 "in ESP input: %s %s\n",
431 "in ESP input\n"));
450 * even in m_pulldown case, we need to strip off ESP so that
509 "IPv4 ESP input: can't pullup UDP header in esp4_input\n"));
636 ipseclog((LOG_ERR, "inproper ivlen in IPv6 ESP input: %s %s\n",
658 "replay packet in IPv6 ESP input: %s %s\n",
689 ipseclog((LOG_WARNING, "auth fail in IPv6 ESP input: %s %s\n",
696 ipseclog((LOG_WARNING, "auth fail in IPv6 ESP input: %s %s\n",
752 ip6 = mtod(m, struct ip6_hdr *); /*set it again just in case*/
770 ipseclog((LOG_ERR, "decrypt fail in IPv6 ESP input: %s\n",
790 "bad pad length in IPv6 ESP input: %s %s\n",
816 * m_pullup is prohibited in KAME IPv6 input processing
820 /* okay to pullup in m_pulldown style */
834 "in IPv6 ESP input: %s %s\n",
852 * even in m_pulldown case, we need to strip off ESP so that
1004 * source and destination ports) is embedded in the encrypted
1043 * the address in the ICMP message payload.