Searched refs:in (Results 151 - 175 of 181) sorted by relevance

12345678

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_mroute.c7 * 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
60 * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
62 * is included in support of clause 2.2 (b) of the Apple Public License,
102 #include <netinet/in.h>
198 * Quality of service parameter to be added in the future!!!
461 pim6 = 0;/* used for stubbing out/in pi
[all...]
H A Dah_core.c8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
54 #include <netinet/in.h>
1633 /* just in case */
1638 /* just in case */
H A Din6.c7 * 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
36 * Redistribution and use in source and binary forms, with or without
41 * 2. Redistributions in binary form must reproduce the above copyright
42 * notice, this list of conditions and the following disclaimer in the
65 * Redistribution and use in source and binary forms, with or without
70 * 2. Redistributions in binary form must reproduce the above copyright
71 * notice, this list of conditions and the following disclaimer in the
93 * @(#)in.c 8.2 (Berkeley) 11/15/93
118 #include <netinet/in
[all...]
H A Dnd6.c8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
37 * Since we don't have BSD/OS version of net/route.c in our hand,
38 * I left the code mostly as it was in 970310. -- itojun
64 #include <netinet/in.h>
92 /* preventing too many loops in ND option parsing */
284 panic("ndopts == NULL in nd6_option\n");
286 panic("uninitialized ndopts in nd6_option\n");
336 panic("ndopts == NULL in nd6_option
[all...]
H A Dnd6_rtr.c7 * 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
36 * Redistribution and use in source and binary forms, with or without
41 * 2. Redistributions in binary form must reproduce the above copyright
42 * notice, this list of conditions and the following disclaimer in the
81 #include <netinet/in.h>
654 * Also delete all the pointers to the router in each prefix lists.
688 * probably reachable, routers SHOULD be selected in a round-robin
721 * Note that if there is no reachable router in the list,
740 * in advanc
[all...]
H A Dicmp6.c8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
37 * Redistribution and use in source and binary forms, with or without
42 * 2. Redistributions in binary form must reproduce the above copyright
43 * notice, this list of conditions and the following disclaimer in the
87 #include <netinet/in.h>
214 * Generate an error packet of type error in response to bad IP6 packet.
253 * this check has already done in ip6_unknown_opt(), so we can
324 nd6log((LOG_DEBUG, "ENOBUFS in icmp6_erro
[all...]
H A Dip6_output.c8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
37 * Redistribution and use in source and binary forms, with or without
42 * 2. Redistributions in binary form must reproduce the above copyright
43 * notice, this list of conditions and the following disclaimer in the
68 * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
70 * is included in support of clause 2.2 (b) of the Apple Public License,
90 #include <netinet/in.h>
151 * IP6 output. The packet in mbu
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_syscalls.c7 * 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
36 * Redistribution and use in source and binary forms, with or without
41 * 2. Redistributions in binary form must reproduce the above copyright
42 * notice, this list of conditions and the following disclaimer in the
68 * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
70 * is included in support of clause 2.2 (b) of the Apple Public License,
106 #include <netinet/in.h>
787 /* mark that the socket is not in the nfsrv_sockwg list */
803 * The first nfsd thread stays in use
[all...]
H A Dnfs4_vnops.c7 * 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
73 #include <netinet/in.h>
718 * entries in the directory. So, we put them at the top.
900 * (Actually, just leave it in place with d_fileno == 0.)
1238 /* copy what we have in nva to *a_vap */
1675 * if we can succeed in looking up the object.
1871 * if we can succeed in looking up the object.
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_audit.c7 * 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
29 * NOTICE: This file was modified by McAfee Research in 2004 to introduce
31 * is included in support of clause 2.2 (b) of the Apple Public License,
87 #include <netinet/in.h>
137 * not yet in the queue, which is needed to estimate the total
138 * size of the combined set of records outstanding in the system.
152 * either new records are in the queue, or a log replacement is taking
170 * one can have the replacement "in progress" at any given moment. If
172 * is already in progres
[all...]
H A Duipc_socket2.c7 * 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,
88 #include <netinet/in.h>
97 /* TODO: this should be in a header file somewhere */
128 * resulting in a
[all...]
H A Duipc_syscalls.c7 * 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
66 * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
68 * is included in support of clause 2.2 (b) of the Apple Public License,
94 #include <netinet/in.h>
132 /* TODO: should be in header file */
328 * falloc_locked:ENFILE Too many files open in syste
[all...]
H A Duipc_socket.c7 * 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 heade
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c7 * 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 2006 to introduce
66 * is included in support of clause 2.2 (b) of the Apple Public License,
104 #include <netinet/in.h>
328 * Allocate the unit in the bitmap.
380 * Compute offset in th
[all...]
H A Droute.c7 * 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
78 #include <netinet/in.h>
106 int rttrash = 0; /* routes not in table but not freed */
116 #define RTE_ZONE_MAX 65536 /* maximum elements in zone */
119 #define RTD_INUSE 0xFEEDFACE /* entry is in use */
131 u_int32_t rtd_inuse; /* in us
[all...]
H A Dif_bond.c7 * 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
73 #include <netinet/in.h>
302 #define IFBF_CHANGE_IN_PROGRESS 0x8 /* interface add/remove in progress */
766 /* other add/remove in progress */
1238 * do this in reverse order to avoid re-programming the mac address
1711 /* restore the ethernet header pointer in the mbuf */
3204 /* no point in comparing against ourselves */
3865 timestamp_printf("[%s] recordPDU: LACP partner in sync\n",
3874 timestamp_printf("[%s] recordPDU: LACP partner in syn
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.c7 * 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 ever
[all...]
H A Dip_dummynet.c7 * 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
61 * used in conjunction with the ipfw package.
62 * Description of the data structures used is in ip_dummynet.h
95 #include <netinet/in.h>
110 * probably use an existing one ("softticks" in sys/kern/kern_timer.c)
221 * Increment size in block
[all...]
H A Dip_fw2_compat.c7 * 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
41 #include <netinet/in.h>
53 * _s_x is a structure that stores a string <-> token pairs, used in
54 * various places in the parser. Entries are stored in arrays,
95 * (though in fact only the low 5 bits are significant).
385 * print flags set/clear in the two bitmasks passed as parameters.
431 * Print the ip address contained in a command.
868 * the new command in cas
[all...]
H A Dip_mroute.c7 * 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
29 * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
31 * is included in support of clause 2.2 (b) of the Apple Public License,
63 #include <netinet/in.h>
100 * Dummy routines and globals used when multicast routing is not compiled in.
155 * of the group to which the RSVP packet is addressed. But in this
181 * just in case it does get called, the code a little lower in ip_output
337 * Rate limit for assert notification messages, in use
[all...]
H A Dtcp_subr.c7 * 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 th
[all...]
H A Dip_fw2.c4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
57 #include <netinet/in.h>
94 * XXX This one should go in sys/mbuf.h. It is used to avoid that
107 * Rules in set RESVD_SET can only be deleted explicitly.
127 static int autoinc_step = 100; /* bounded to 1..1000 in add_rule() */
157 * Dynamic rules are stored in lists accessed through a hash table
166 * against the entries in the corresponding list.
170 * + in
[all...]
H A Dip_output.c7 * 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,
87 #include <netinet/in.h>
187 * IP output. The packet in mbuf chain m contains a skeletal IP
391 * Fill in I
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h7 * 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
408 char in_l_[PADL_(user_addr_t)]; user_addr_t in; char in_r_[PADR_(user_addr_t)]; member in struct:select_args
1582 char in_l_[PADL_(user_addr_t)]; user_addr_t in; char in_r_[PADR_(user_addr_t)]; member in struct:select_nocancel_args
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
60 #include <netinet/in.h>
132 * - SAs that are not in DEAD state will have (total external reference + 1)
133 * following value in reference count field. they cannot be freed and are
135 * - SAs that are in DEAD state will have (total external reference)
136 * in reference count field. they are ready to be freed. reference from
137 * SA header will be removed in key_delsav(), when the reference count
290 /* time between NATT keepalives in second
[all...]

Completed in 166 milliseconds

12345678