Searched refs:net (Results 1 - 25 of 1513) sorted by relevance

1234567891011>>

/src/sys/rump/librump/rumpnet/
H A Drump_net_private.h6 #include <rump-sys/net.h>
/src/share/examples/amd/
H A Damd.conf4 # Goes into /etc, while cd & net go into /etc/amd (or change paths below).
14 [ /net ]
15 map_name = /etc/amd/net
/src/lib/libc/arch/alpha/net/
H A DMakefile.inc7 LSRCS.alpha.net= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
8 LSRCS+= ${LSRCS.alpha.net}
9 DPSRCS+= ${LSRCS.alpha.net}
10 CLEANFILES+= ${LSRCS.alpha.net}
/src/lib/libc/arch/i386/net/
H A DMakefile.inc7 LSRCS.i386.net= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
8 LSRCS+= ${LSRCS.i386.net}
9 DPSRCS+= ${LSRCS.i386.net}
10 CLEANFILES+= ${LSRCS.i386.net}
/src/lib/libc/arch/mips/net/
H A DMakefile.inc7 LSRCS.mips.net= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
8 LSRCS+= ${LSRCS.mips.net}
9 DPSRCS+= ${LSRCS.mips.net}
10 CLEANFILES+= ${LSRCS.mips.net}
/src/lib/libc/arch/x86_64/net/
H A DMakefile.inc7 LSRCS.x86_64.net=Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
8 LSRCS+= ${LSRCS.x86_64.net}
9 DPSRCS+= ${LSRCS.x86_64.net}
10 CLEANFILES+= ${LSRCS.x86_64.net}
/src/sys/netinet6/
H A Din6_l2tp.h32 #include <net/if.h>
33 #include <net/if_l2tp.h>
/src/sys/compat/net/
H A Droute_50.h35 #include <net/route.h>
H A Droute_70.h35 #include <net/route.h>
/src/distrib/syspkg/sets/base/base-net-shlib/
H A DMakefile3 PKGBASE=base-net-shlib
/src/distrib/syspkg/sets/etc/etc-net-etc/
H A DMakefile3 PKGBASE=etc-net-etc
/src/distrib/syspkg/sets/etc/etc-net-rc/
H A DMakefile3 PKGBASE=etc-net-rc
/src/distrib/syspkg/sets/man/man-net-catman/
H A DMakefile3 PKGBASE=man-net-catman
/src/distrib/syspkg/sets/man/man-net-man/
H A DMakefile3 PKGBASE=man-net-man
/src/sys/netinet/
H A Din_l2tp.h32 #include <net/if.h>
33 #include <net/if_l2tp.h>
/src/lib/libc/inet/
H A Dinet_makeaddr.c55 inet_makeaddr(in_addr_t net, in_addr_t host)
60 if (net < 128)
61 addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST);
62 else if (net < 65536)
63 addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST);
64 else if (net < 16777216L)
65 addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST);
67 addr = net | host;
/src/sys/net/agr/
H A Dieee8023ad_lacp_timer.c36 #include <net/if.h>
37 #include <net/if_ether.h>
38 #include <net/ether_slowprotocols.h>
40 #include <net/agr/ieee8023_tlv.h>
41 #include <net/agr/ieee8023ad_lacp.h>
42 #include <net/agr/ieee8023ad_lacp_impl.h>
43 #include <net/agr/ieee8023ad_lacp_sm.h>
H A DMakefile4 INCSDIR= /usr/include/net/agr
/src/sys/rump/net/lib/libnetmpls/
H A Dnetmpls_component.c40 #include <net/if.h>
41 #include <net/route.h>
46 #include <rump-sys/net.h>
/src/sys/modules/bpf/
H A DMakefile6 .PATH: ${S}/net
/src/sys/modules/bpf_filter/
H A DMakefile6 .PATH: ${S}/net
/src/sys/net/
H A Dif_wg.h35 #include <net/if.h>
/src/sys/net/lagg/
H A DMakefile4 INCSDIR= /usr/include/net
/src/sys/net/npf/
H A DMakefile6 INCSDIR= /usr/include/net
/src/sys/net80211/
H A Dieee80211_xauth.c60 #include <net/if.h>
61 #include <net/if_media.h>
62 #include <net/if_ether.h>
63 #include <net/route.h>

Completed in 15 milliseconds

1234567891011>>