HomeSort by: relevance | last modified time | path
    Searched refs:net (Results 1 - 25 of 2144) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/rump/librump/rumpnet/
rump_net_private.h 6 #include <rump-sys/net.h>
  /src/external/bsd/libbind/dist/port/linux/include/net/
route.h 4 # include_next <net/route.h>
  /src/external/mpl/bind/dist/tests/dns/testdata/resconf/
search.conf 12 search example.com example.net
options-bad-ndots.conf 12 search example.com example.net
unknown+search.conf 13 search example.com example.net
  /src/external/bsd/libbind/dist/inet/
inet_makeaddr.c 53 inet_makeaddr(net, host)
54 u_long net, host;
58 if (net < 128U)
59 a.s_addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST);
60 else if (net < 65536U)
61 a.s_addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST);
62 else if (net < 16777216L)
63 a.s_addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST);
65 a.s_addr = net | host;
  /src/sys/netinet6/
in6_l2tp.h 32 #include <net/if.h>
33 #include <net/if_l2tp.h>
  /src/crypto/dist/ipsec-tools/src/include-glibc/netinet/
ipsec.h 3 #include <net/pfkeyv2.h>
  /src/distrib/syspkg/sets/base/base-net-shlib/
Makefile 3 PKGBASE=base-net-shlib
  /src/distrib/syspkg/sets/etc/etc-net-etc/
Makefile 3 PKGBASE=etc-net-etc
  /src/distrib/syspkg/sets/etc/etc-net-rc/
Makefile 3 PKGBASE=etc-net-rc
  /src/distrib/syspkg/sets/man/man-net-catman/
Makefile 3 PKGBASE=man-net-catman
  /src/distrib/syspkg/sets/man/man-net-man/
Makefile 3 PKGBASE=man-net-man
  /src/share/examples/amd/
amd.conf 4 # Goes into /etc, while cd & net go into /etc/amd (or change paths below).
14 [ /net ]
15 map_name = /etc/amd/net
  /src/sys/compat/net/
route_50.h 35 #include <net/route.h>
route_70.h 35 #include <net/route.h>
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
netdb.h 51 #include <isc/net.h>
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntp_snmp.h 4 * ntp_snmp.h -- common net-snmp header includes and workaround
6 * net-snmp and NTP.
12 * net-snmp/net-snmp-config.h.
15 #include <net-snmp/net-snmp-config.h>
16 #include <net-snmp/net-snmp-includes.h>
17 #include <net-snmp/agent/net-snmp-agent-includes.h
    [all...]
  /src/lib/libc/inet/
inet_makeaddr.c 55 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/netinet/
in_l2tp.h 32 #include <net/if.h>
33 #include <net/if_l2tp.h>
  /src/sys/net/agr/
ieee8023ad_lacp_timer.c 36 #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>
  /src/sys/rump/net/lib/libnetmpls/
netmpls_component.c 40 #include <net/if.h>
41 #include <net/route.h>
46 #include <rump-sys/net.h>
  /src/distrib/utils/libhack/
getnet.c 40 * Copied from: lib/libc/net/getnetnamadr.c
70 getnetbyaddr(net, net_type)
71 uint32_t net;
78 getnetbyname(net)
79 register const char *net;
  /src/sys/modules/bpf/
Makefile 6 .PATH: ${S}/net
  /src/sys/modules/bpf_filter/
Makefile 6 .PATH: ${S}/net

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>