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

Lines Matching refs:in

7  * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
35 * Redistribution and use in source and binary forms, with or without
40 * 2. Redistributions in binary form must reproduce the above copyright
41 * notice, this list of conditions and the following disclaimer in the
64 * Redistribution and use in source and binary forms, with or without
69 * 2. Redistributions in binary form must reproduce the above copyright
70 * notice, this list of conditions and the following disclaimer in the
118 #include <netinet/in.h>
215 * IP6 initialization: fill in IP6 protocol switch table.
216 * All protocols not implemented in kernel go to raw IP6 protocol handler.
272 * in many cases, random() here does NOT return random number
273 * as initialization during bootstrap time occur in fixed order.
383 * see comment in ah4_input().
515 * The following check is not documented in specs. A malicious
520 * This check chokes if we are in an SIIT cloud. As none of BSDs
536 * The code forbids auto tunnel relay case in RFC1933 (the check is
660 * But we think it's even useful in some situations, e.g. when using
709 /* Count the packet in the ip address stats */
775 * m may be modified in ip6_hopopts_input().
837 * Check that the amount of data in the buffers
922 * more sanity checks in header chain processing.
1033 * included, the real payload length will be stored in plenp.
1085 * This function is separate from ip6_hopopts_input() in order to
1090 * (RFC2460 p7), opthead is pointer into data content in m, and opthead to
1091 * opthead + hbhlen is located in continuous memory region.
1172 * We may see jumbolen in unaligned location, so
1183 * the behavior may need some debate in ipngwg -
1185 * there's no explicit mention in specification.
1240 * is not continuous in order to return an ICMPv6 error.
1293 * called IP6_EXTHDR_CHECK() and all the extension headers are located in the
1355 * Check if a hop-by-hop options header is contatined in the
1391 * be removed before returning in the RFC 2292.
1392 * Note: this constraint is removed in 2292bis.
1410 * contained in the packet. We need this information to store
1413 * processing extension headers in incoming routine.
1444 * Note that the order of the headers remains in
1523 * other cases have been filtered in the above.
1525 * the code just in case (nxt overwritten or
1615 * carefully. Moreover, it will not be used in the near future when
1670 /* just in case */
1736 * get offset for the last header in the chain. m will be kept untainted.