Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_fib_algo.c73 #define KEY_LEN_INET6 (offsetof(struct sa_in6, sin6_addr) + sizeof(struct in6_addr)) macro
103 .sin6_len = KEY_LEN_INET6, in lradix6_lookup()
189 ae->addr.sin6_len = KEY_LEN_INET6; in lradix6_add_route_cb()
194 mask.sin6_len = KEY_LEN_INET6; in lradix6_add_route_cb()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c322 #define KEY_LEN_INET6 (offsetof(struct sa_in6, sin6_addr) + sizeof(struct in6_addr)) macro
432 KEY_LEN(sa6) = KEY_LEN_INET6; in ta_lookup_addr_radix()
567 KEY_LEN(sa6) = KEY_LEN_INET6; in ta_find_addr_radix_tentry()
647 KEY_LEN(*addr6) = KEY_LEN_INET6; in tei_to_sockaddr_ent_addr()
648 KEY_LEN(*mask6) = KEY_LEN_INET6; in tei_to_sockaddr_ent_addr()