| /xnu-8796.141.3/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" 36 header "net/ethernet.h" 42 header "net/if_arp.h" 47 header "net/if_llc.h" [all …]
|
| H A D | net_private.modulemap | 1 module DarwinPrivate.net [system] { 3 header "net/if_private.h" 9 header "net/if_media.h" 15 header "net/if_var_private.h" 21 header "net/route.h" 23 header "net/route_private.h"
|
| H A D | etherdefs.h | 59 #warning net/etherdefs.h is obsolete! Use net/ethernet.h
|
| H A D | pf_if.c | 426 pfi_table_update(struct pfr_ktable *kt, struct pfi_kif *kif, uint8_t net, int flags) in pfi_table_update() argument 433 pfi_instance_add(kif->pfik_ifp, net, flags); in pfi_table_update() 444 pfi_instance_add(struct ifnet *ifp, uint8_t net, int flags) in pfi_instance_add() argument 507 net2 = net; in pfi_instance_add() 533 pfi_address_add(struct sockaddr *sa, uint8_t af, uint8_t net) in pfi_address_add() argument 559 if (af == AF_INET && net > 32) { in pfi_address_add() 560 net = 128; in pfi_address_add() 565 p->pfra_net = net; in pfi_address_add() 576 if (net < 128) { in pfi_address_add()
|
| H A D | Makefile | 49 net.modulemap 123 INSTALL_MI_DIR = net
|
| H A D | pf_table.c | 1063 pfr_prepare_network(union sockaddr_union *sa, int af, int net) in pfr_prepare_network() argument 1071 sa->sin.sin_addr.s_addr = net ? htonl(-1 << (32 - net)) : 0; in pfr_prepare_network() 1076 if (net <= 32) { in pfr_prepare_network() 1078 net ? htonl(-1 << (32 - net)) : 0; in pfr_prepare_network() 1082 net -= 32; in pfr_prepare_network()
|
| H A D | kpi_interface.c | 2775 ifaddr_withnet(const struct sockaddr *net) in ifaddr_withnet() argument 2777 if (net == NULL) { in ifaddr_withnet() 2781 return ifa_ifwithnet(net); in ifaddr_withnet()
|
| H A D | kpi_interface.h | 3138 extern ifaddr_t ifaddr_withnet(const struct sockaddr *net)
|
| /xnu-8796.141.3/bsd/conf/ |
| H A D | files | 163 bsd/net/net_stubs.c standard 164 bsd/net/bpf.c optional bpfilter 165 bsd/net/bpf_filter.c optional bpfilter 166 bsd/net/if_bridge.c optional if_bridge 167 bsd/net/bridgestp.c optional bridgestp 168 bsd/net/if.c optional networking 169 bsd/net/init.c optional sockets 170 bsd/net/dlil.c optional networking 171 bsd/net/ether_if_module.c optional ether 172 bsd/net/ether_inet_pr_module.c optional ether inet [all …]
|
| /xnu-8796.141.3/bsd/ |
| H A D | Makefile | 18 net \ 51 net \
|
| /xnu-8796.141.3/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-8796.141.3/bsd/net/altq/ |
| H A D | Makefile | 20 INSTALL_MI_DIR = net/altq
|
| /xnu-8796.141.3/bsd/net/classq/ |
| H A D | Makefile | 21 INSTALL_MI_DIR = net/classq
|
| /xnu-8796.141.3/bsd/net/pktsched/ |
| H A D | Makefile | 21 INSTALL_MI_DIR = net/pktsched
|
| /xnu-8796.141.3/san/memory/ |
| H A D | ubsan-blacklist | 11 src:./bsd/net/necp_client.c
|
| /xnu-8796.141.3/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-8796.141.3/bsd/nfs/ |
| H A D | nfs_subs.c | 1381 unsigned int net; in nfsrv_hang_addrlist() local 1387 for (net = 0; net < unxa->nxa_netcount; net++, uaddr += sizeof(nxna)) { in nfsrv_hang_addrlist() 1580 unsigned int net; in nfsrv_free_addrlist() local 1600 for (net = 0; net < unxa->nxa_netcount; net++, uaddr += sizeof(nxna)) { in nfsrv_free_addrlist() 1621 printf("nfsrv_free_addrlist: invalid socket address (%u)\n", net); in nfsrv_free_addrlist() 1628 printf("nfsrv_free_addrlist: invalid socket mask (%u)\n", net); in nfsrv_free_addrlist()
|
| /xnu-8796.141.3/tools/lldbmacros/ |
| H A D | Makefile | 76 net.py \
|
| H A D | skywalk.py | 13 from net import *
|
| H A D | xnu.py | 1475 from net import *
|
| /xnu-8796.141.3/tests/ |
| H A D | ipsec.m | 4 #import <net/pfkeyv2.h> 8 #import <System/net/bpf.h>
|
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | in.c | 304 u_int32_t net; in in_canforward() local 310 net = i & IN_CLASSA_NET; in in_canforward() 311 if (net == 0 || net == (IN_LOOPBACKNET << IN_CLASSA_NSHIFT)) { in in_canforward()
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kern_mib.c | 180 SYSCTL_EXTENSIBLE_NODE(, CTL_NET, net, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
|