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

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
90 #include <netinet/in.h>
326 in_portinuse.port = ntohs(port); /* port in host order */
344 * EADDRINUSE Address in use
576 * address (in mbuf 'nam') and then determine local host address
582 * have forced minor changes in every protocol).
633 * destination, in case of sharing the cache with IPv6.
659 * unless it is the loopback (in case a route
714 * Don't do pcblookup call here; return interface in plocal_sin
727 * Both address and port must be specified in argument sin.
870 /*### access ipi in in_pcbremlists */
910 * in struct pr_usrreqs, so that protocols can just reference then directly
914 * (or in this case trap) if the PCB is invalid. (Actually, we don't trap
928 * Do the malloc first in case it blocks.
956 * Do the malloc first in case it blocks.
1070 /* if the address is gone keep the old route in the pcb */
1157 * First see if this local port is in use by looking on the
1168 * Port is in use by one or more PCBs. Look for best
1203 * Lookup PCB in hash list.
1220 * We may have found the pcb in the last lookup - check this first.
1501 * ephemeral port is usually used in this case). Or, it's
1624 /*### access ipi in in_pcbremlists */
1821 /* compareswap with STOPUSING, if success we're good, if it's in use, will be marked later */