Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dif_ether.h62 #define ETHER_MAP_IPV6_MULTICAST(ip6addr, enaddr) \ argument
68 (enaddr)[2] = ((const u_char *)ip6addr)[12]; \
69 (enaddr)[3] = ((const u_char *)ip6addr)[13]; \
70 (enaddr)[4] = ((const u_char *)ip6addr)[14]; \
71 (enaddr)[5] = ((const u_char *)ip6addr)[15]; \
/f-stack/tools/compat/include/netinet/
H A Dif_ether.h62 #define ETHER_MAP_IPV6_MULTICAST(ip6addr, enaddr) \ argument
68 (enaddr)[2] = ((const u_char *)ip6addr)[12]; \
69 (enaddr)[3] = ((const u_char *)ip6addr)[13]; \
70 (enaddr)[4] = ((const u_char *)ip6addr)[14]; \
71 (enaddr)[5] = ((const u_char *)ip6addr)[15]; \
/f-stack/tools/ipfw/
H A Dipv6.c309 lookup_host6 (char *host, struct in6_addr *ip6addr) in lookup_host6() argument
313 if (!inet_pton(AF_INET6_LINUX, host, ip6addr)) { in lookup_host6()
318 memcpy(ip6addr, he->h_addr_list[0], sizeof( struct in6_addr)); in lookup_host6()