• 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
32 * Redistribution and use in source and binary forms, with or without
37 * 2. Redistributions in binary form must reproduce the above copyright
38 * notice, this list of conditions and the following disclaimer in the
62 * Redistribution and use in source and binary forms, with or without
67 * 2. Redistributions in binary form must reproduce the above copyright
68 * notice, this list of conditions and the following disclaimer in the
110 #include <netinet/in.h>
362 * address (in mbuf 'nam') and then determine local host address
368 * have forced minor changes in every protocol).
420 * Don't do pcblookup call here; return interface in
435 * Both address and port must be specified in argument sin.
452 * in6_pcbladdr() may automatically fill in sin6_scope_id.
557 * sin6_scope_id field, so this part will be rewritten in
765 /* Check and free IPv4 related resources in case of mapped addr */
821 * in struct pr_usrreqs, so that protocols can just reference then directly
825 * (or in this case trap) if the PCB is invalid. (Actually, we don't trap
881 /* scope issues will be handled in in6_setsockaddr(). */
900 /* scope issues will be handled in in6_setpeeraddr(). */
911 * cmds that are uninteresting (e.g., no error in the map).
1053 * First see if this local port is in use by looking on the
1064 * Port is in use by one or more PCBs. Look for best
1097 /* this is not used in Darwin */
1194 * Lookup PCB in hash list.