| /xnu-11215/bsd/net/ |
| H A D | net.modulemap | 1 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 D | net_private.modulemap | 1 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 D | etherdefs.h | 59 #warning net/etherdefs.h is obsolete! Use net/ethernet.h
|
| H A D | pf_if.c | 429 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 D | Makefile | 49 net.modulemap 126 INSTALL_MI_DIR = net
|
| H A D | pf_table.c | 1067 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 D | kpi_interface.c | 2893 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 D | kpi_interface.h | 3207 extern ifaddr_t ifaddr_withnet(const struct sockaddr *net)
|
| /xnu-11215/bsd/conf/ |
| H A D | files | 164 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 D | Makefile | 18 net \ 48 net \
|
| /xnu-11215/libkern/conf/ |
| H A D | files | 50 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 D | Makefile | 20 INSTALL_MI_DIR = net/altq
|
| /xnu-11215/bsd/net/pktsched/ |
| H A D | Makefile | 21 INSTALL_MI_DIR = net/pktsched
|
| /xnu-11215/bsd/net/classq/ |
| H A D | Makefile | 21 INSTALL_MI_DIR = net/classq
|
| /xnu-11215/san/memory/ |
| H A D | ubsan-blacklist | 11 src:./bsd/net/necp_client.c
|
| /xnu-11215/libkern/zlib/ |
| H A D | README | 8 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 D | nfs_subs.c | 1346 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 D | Makefile | 76 net.py \
|
| H A D | skywalk.py | 8 from net import *
|
| H A D | xnu.py | 1610 from net import *
|
| /xnu-11215/tests/ |
| H A D | ipsec.m | 4 #import <net/pfkeyv2.h> 8 #import <System/net/bpf.h>
|
| /xnu-11215/bsd/netinet/ |
| H A D | in.c | 244 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 D | bound_checks.md | 19 the first components in xnu to enable -fbounds-safety is bsd/net: as a result,
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_mib.c | 181 SYSCTL_EXTENSIBLE_NODE(, CTL_NET, net, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
|