• 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
64 * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
66 * is included in support of clause 2.2 (b) of the Apple Public License,
92 #include <netinet/in.h>
205 "Certain ICMP unreachable messages may abort connections in SYN_SENT");
378 * Fill in the IP and TCP headers for an outgoing packet, given the tcpcb.
379 * tcp_template used to store this data in mbufs, but we now recopy it out
437 * Allocates an mbuf and fills in a skeletal tcp/ip header. The only
438 * use for this function is in keepalives, which use tcp_respond.
601 * update the label in place.
675 * come from the zone allocator set up in tcp_init().
798 * If another thread for this tcp is currently in ip (indicated by
801 * pending output is finished, in order to avoid having the PCB be
817 * save the rtt and rttvar in the routing entry.
886 * specified explicitly in the route, because such
997 * reassembly queue should be flushed, but in a situation
1001 if (!lck_rw_try_lock_exclusive(tcbinfo.mtx)) /* do it next time if the lock is in use */
1398 * The ISNs in SYN-ACK packets have no monotonicity requirement,
1403 * these ISNs will be generated just like those in SYN packets.
1405 * The ISNs in SYN packets must be monotonic; TIME_WAIT recycling
1408 * the requirements of this situation, the algorithm outlined in
1429 * disabled and SYN-ACKs will be generated in the same manner as
1447 /* Use arc4random for SYN-ACKs when not in exact RFC1948 mode. */
1531 * based on the new value in the route. Also nudge TCP to send something,
1533 * This duplicates some code in the tcp_mss() function in tcp_input.c.
1656 * the inbound interface passed in by the caller
1802 * The cached information is stored in the protocol specific part of
1838 * nothing in the cache left over.
1943 * is already very low, we could be in "persist" mode and
1957 * advertise in the TCP window size updates.