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

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
33 * Redistribution and use in source and binary forms, with or without
38 * 2. Redistributions in binary form must reproduce the above copyright
39 * notice, this list of conditions and the following disclaimer in the
65 * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
67 * is included in support of clause 2.2 (b) of the Apple Public License,
96 #include <netinet/in.h>
208 * These routines are called by the routines in
218 /* TODO: these should be in header file */
435 * We don't implement `waitok' yet (see comments in uipc_domain.c).
538 * socket is inserted in lists
577 * <pru_bind>:EADDRINUSE Address in use
586 * though this may result in some software operating incorrectly.
670 * <pru_listen>:EADDRINUSE[TCP] Address in use
755 * in which case the length of the listen queue may be set to an
1016 * retained in kernel remove its reference
1171 * <pru_connect>:EADDRINUSE Address in use
1421 * if uio is not). Data provided in mbuf chain must be small
1540 * Data is prepackaged in "top".
1668 * headers in first mbuf.
1870 * an mbuf **mp0 for use in returning the chain. The uio is then used
1871 * only for the count in uio_resid.
2050 * we have to do the receive in sections, and thus risk returning
2059 * Panic if we notice inconsistencies in the socket's
2063 * which could put the application in a bad state.
2145 * Call the MAC framework for policy checking if we're in
2193 * the record in front of any packets which may have
2239 * in the first mbuf chain on the socket buffer. If MSG_PEEK, we
2253 * first mbuf chain in one shot and link them separately
2410 * mbuf and we're NOT in MSG_PEEK mode
2415 * in these cases
2432 * the lock in sodelayed_copy. perhaps
2433 * a RST on the stream. in any event,
2541 * the time it returns. Therefore, we only sleep in
2543 * empty, in order to avoid a false sleep.
2567 * we could stall forever with packets sitting in the
2626 * there is still data in the socket buffer.
2845 * Perhaps this routine, and sooptcopyout(), below, ought to come in
2880 * Copy in a timeval value into tv_p, and take into account whether the
3239 * possibly truncated to fit in the user's buffer.