Home
last modified time | relevance | path

Searched refs:net (Results 1 – 24 of 24) sorted by relevance

/xnu-11215/bsd/net/
H A Dnet.modulemap1 module Darwin.POSIX.net [system] {
3 header "net/if_dl.h"
8 header "net/if.h"
13 header "net/if_types.h"
18 module Darwin.net [system] {
25 header "net/bpf.h"
30 header "net/dlil.h"
42 header "net/if_arp.h"
47 header "net/if_llc.h"
57 header "net/if_mib.h"
[all …]
H A Dnet_private.modulemap1 module DarwinPrivate.net [system] {
3 header "net/if_ipsec.h"
8 header "net/if_private.h"
14 header "net/if_media.h"
21 header "net/if_mib.h"
23 header "net/if_mib_private.h"
27 header "net/if_var_private.h"
32 header "net/if_vlan_var.h"
37 header "net/necp.h"
42 header "net/network_agent.h"
[all …]
H A Detherdefs.h59 #warning net/etherdefs.h is obsolete! Use net/ethernet.h
H A Dpf_if.c429 pfi_table_update(struct pfr_ktable *kt, struct pfi_kif *kif, uint8_t net, int flags) in pfi_table_update() argument
436 pfi_instance_add(kif->pfik_ifp, net, flags); in pfi_table_update()
447 pfi_instance_add(struct ifnet *ifp, uint8_t net, int flags) in pfi_instance_add() argument
510 net2 = net; in pfi_instance_add()
536 pfi_address_add(struct sockaddr *sa, uint8_t af, uint8_t net) in pfi_address_add() argument
562 if (af == AF_INET && net > 32) { in pfi_address_add()
563 net = 128; in pfi_address_add()
568 p->pfra_net = net; in pfi_address_add()
579 if (net < 128) { in pfi_address_add()
H A DMakefile49 net.modulemap
126 INSTALL_MI_DIR = net
H A Dpf_table.c1067 pfr_prepare_network(union sockaddr_union *sa, int af, int net) in pfr_prepare_network() argument
1075 sa->sin.sin_addr.s_addr = net ? htonl(-1 << (32 - net)) : 0; in pfr_prepare_network()
1080 if (net <= 32) { in pfr_prepare_network()
1082 net ? htonl(-1 << (32 - net)) : 0; in pfr_prepare_network()
1086 net -= 32; in pfr_prepare_network()
H A Dkpi_interface.c2893 ifaddr_withnet(const struct sockaddr *net) in ifaddr_withnet() argument
2895 if (net == NULL) { in ifaddr_withnet()
2899 return ifa_ifwithnet(net); in ifaddr_withnet()
H A Dkpi_interface.h3207 extern ifaddr_t ifaddr_withnet(const struct sockaddr *net)
/xnu-11215/bsd/conf/
H A Dfiles164 bsd/net/net_stubs.c standard bound-checks
168 bsd/net/bridgestp.c optional bridgestp
171 bsd/net/dlil.c optional networking
179 bsd/net/if_fake.c optional if_fake
180 bsd/net/if_headless.c optional if_headless
186 bsd/net/radix.c optional networking
204 bsd/net/necp.c optional necp
211 bsd/net/pf.c optional pf bound-checks
212 bsd/net/pf_if.c optional pf bound-checks
214 bsd/net/pf_norm.c optional pf bound-checks
[all …]
/xnu-11215/bsd/
H A DMakefile18 net \
48 net \
/xnu-11215/libkern/conf/
H A Dfiles50 libkern/net/inet_aton.c standard
51 libkern/net/inet_ntoa.c standard
52 libkern/net/inet_ntop.c standard
53 libkern/net/inet_pton.c standard
/xnu-11215/bsd/net/altq/
H A DMakefile20 INSTALL_MI_DIR = net/altq
/xnu-11215/bsd/net/pktsched/
H A DMakefile21 INSTALL_MI_DIR = net/pktsched
/xnu-11215/bsd/net/classq/
H A DMakefile21 INSTALL_MI_DIR = net/classq
/xnu-11215/san/memory/
H A Dubsan-blacklist11 src:./bsd/net/necp_client.c
/xnu-11215/libkern/zlib/
H A DREADME8 formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
34 http://dogma.net/markn/articles/zlibtool/zlibtool.htm
79 - For PalmOs, see http://palmzlib.sourceforge.net/
/xnu-11215/bsd/nfs/
H A Dnfs_subs.c1346 unsigned int net; in nfsrv_hang_addrlist() local
1352 for (net = 0; net < unxa->nxa_netcount; net++, uaddr += sizeof(nxna)) { in nfsrv_hang_addrlist()
1545 unsigned int net; in nfsrv_free_addrlist() local
1565 for (net = 0; net < unxa->nxa_netcount; net++, uaddr += sizeof(nxna)) { in nfsrv_free_addrlist()
1586 printf("nfsrv_free_addrlist: invalid socket address (%u)\n", net); in nfsrv_free_addrlist()
1593 printf("nfsrv_free_addrlist: invalid socket mask (%u)\n", net); in nfsrv_free_addrlist()
/xnu-11215/tools/lldbmacros/
H A DMakefile76 net.py \
H A Dskywalk.py8 from net import *
H A Dxnu.py1610 from net import *
/xnu-11215/tests/
H A Dipsec.m4 #import <net/pfkeyv2.h>
8 #import <System/net/bpf.h>
/xnu-11215/bsd/netinet/
H A Din.c244 u_int32_t net; in in_canforward() local
250 net = i & IN_CLASSA_NET; in in_canforward()
251 if (net == 0 || net == (IN_LOOPBACKNET << IN_CLASSA_NSHIFT)) { in in_canforward()
/xnu-11215/doc/building/
H A Dbound_checks.md19 the first components in xnu to enable -fbounds-safety is bsd/net: as a result,
/xnu-11215/bsd/kern/
H A Dkern_mib.c181 SYSCTL_EXTENSIBLE_NODE(, CTL_NET, net, CTLFLAG_RW | CTLFLAG_LOCKED, 0,