HomeSort by relevance Sort by last modified time
    Searched refs:eui64 (Results 1 - 4 of 4) sorted by null

  /external/iptables/extensions/
libip6t_eui64.c 1 /* Shared library add-on to ip6tables to add EUI64 address checking support. */
19 "eui64 v%s options:\n"
21 " This module checks for EUI64 IPv6 addresses\n"
51 printf("eui64 ");
60 static struct ip6tables_match eui64 = { variable in typeref:struct:ip6tables_match
61 .name = "eui64",
75 register_match6(&eui64);
  /external/ppp/pppd/
Makefile.linux 181 PPPDSRCS += ipv6cp.c eui64.c
182 HEADERS += ipv6cp.h eui64.h
183 PPPDOBJS += ipv6cp.o eui64.o
sys-solaris.c 192 #define _IN6_LLX_FROM_EUI64(l, s, eui64, as) do { \
194 eui64_copy(eui64, s->sin6_addr.s6_addr32[2]); \
201 #define IN6_LLADDR_FROM_EUI64(l, s, eui64) \
202 _IN6_LLX_FROM_EUI64(l, s, eui64, 0xfe800000)
204 #define IN6_LLTOKEN_FROM_EUI64(l, s, eui64) \
205 _IN6_LLX_FROM_EUI64(l, s, eui64, 0)
    [all...]
sys-linux.c 162 #define IN6_LLADDR_FROM_EUI64(sin6, eui64) do { \
165 eui64_copy(eui64, sin6.s6_addr32[2]); \
    [all...]

Completed in 1136 milliseconds