HomeSort by: relevance | last modified time | path
    Searched refs:net (Results 1 - 25 of 3012) 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>
rump_net_private.h 6 #include <rump-sys/net.h>
  /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
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/netinet6/
in6_l2tp.h 32 #include <net/if.h>
33 #include <net/if_l2tp.h>
in6_l2tp.h 32 #include <net/if.h>
33 #include <net/if_l2tp.h>
  /src/distrib/syspkg/sets/base/base-net-shlib/
Makefile 3 PKGBASE=base-net-shlib
Makefile 3 PKGBASE=base-net-shlib
  /src/distrib/syspkg/sets/etc/etc-net-etc/
Makefile 3 PKGBASE=etc-net-etc
Makefile 3 PKGBASE=etc-net-etc
  /src/distrib/syspkg/sets/etc/etc-net-rc/
Makefile 3 PKGBASE=etc-net-rc
Makefile 3 PKGBASE=etc-net-rc
  /src/distrib/syspkg/sets/man/man-net-catman/
Makefile 3 PKGBASE=man-net-catman
Makefile 3 PKGBASE=man-net-catman
  /src/distrib/syspkg/sets/man/man-net-man/
Makefile 3 PKGBASE=man-net-man
Makefile 3 PKGBASE=man-net-man
  /src/sys/compat/net/
route_70.h 35 #include <net/route.h>
route_50.h 35 #include <net/route.h>
route_70.h 35 #include <net/route.h>
route_50.h 35 #include <net/route.h>
  /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;
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>
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>

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>