Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb6.c811 const struct in6_addr *net_start_addr, int net_bits, in build_address6() argument
826 net_bytes = net_bits / 8; in build_address6()
830 switch (net_bits % 8) { in build_address6()
845 if (net_bits == 64) in build_address6()
867 const struct in6_addr *net_start_addr, int net_bits, in build_address6_eui_64() argument
870 if (net_bits != 64) { in build_address6_eui_64()
929 const struct in6_addr *net_start_addr, int net_bits, in build_temporary6() argument
953 if (net_bits == 64) { in build_temporary6()
968 net_bytes = net_bits / 8; in build_temporary6()
973 switch (net_bits % 8) { in build_temporary6()