Home
last modified time | relevance | path

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

/xnu-8796.141.3/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"
36 header "net/ethernet.h"
42 header "net/if_arp.h"
47 header "net/if_llc.h"
[all …]
H A Dnet_private.modulemap1 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 Detherdefs.h59 #warning net/etherdefs.h is obsolete! Use net/ethernet.h
H A Dpf_if.c426 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 DMakefile49 net.modulemap
123 INSTALL_MI_DIR = net
H A Dpf_table.c1063 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 Dkpi_interface.c2775 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 Dkpi_interface.h3138 extern ifaddr_t ifaddr_withnet(const struct sockaddr *net)
/xnu-8796.141.3/bsd/conf/
H A Dfiles163 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 DMakefile18 net \
51 net \
/xnu-8796.141.3/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-8796.141.3/bsd/net/altq/
H A DMakefile20 INSTALL_MI_DIR = net/altq
/xnu-8796.141.3/bsd/net/classq/
H A DMakefile21 INSTALL_MI_DIR = net/classq
/xnu-8796.141.3/bsd/net/pktsched/
H A DMakefile21 INSTALL_MI_DIR = net/pktsched
/xnu-8796.141.3/san/memory/
H A Dubsan-blacklist11 src:./bsd/net/necp_client.c
/xnu-8796.141.3/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-8796.141.3/bsd/nfs/
H A Dnfs_subs.c1381 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 DMakefile76 net.py \
H A Dskywalk.py13 from net import *
H A Dxnu.py1475 from net import *
/xnu-8796.141.3/tests/
H A Dipsec.m4 #import <net/pfkeyv2.h>
8 #import <System/net/bpf.h>
/xnu-8796.141.3/bsd/netinet/
H A Din.c304 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 Dkern_mib.c180 SYSCTL_EXTENSIBLE_NODE(, CTL_NET, net, CTLFLAG_RW | CTLFLAG_LOCKED, 0,