Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3085 struct in6_addr dip6; member
3169 i = (f->dip6.__u6_addr.__u6_addr32[2]) ^ in hash_flow6()
3170 (f->dip6.__u6_addr.__u6_addr32[3]) ^ in hash_flow6()
3233 fp = (uint64_t *)&f.dip6; in ta_lookup_fhash()
3285 memset(&fe6->dip6, 0xFF, sizeof(fe6->dip6)); in ta_init_fhash()
3377 tfe->a.a6.dip6 = fe6->dip6; in ta_dump_fhash_tentry()
3413 fe6->dip6 = tfe->a.a6.dip6; in tei_to_fhash_ent()
/freebsd/sys/netinet/
H A Dip_fw.h938 struct in6_addr dip6; member
/freebsd/sbin/ipfw/
H A Dtables.c1362 memcpy(&tfe->a.a6.dip6, &tmp, 16); in tentry_fill_key_type()
1959 paddr = &tfe->a.a6.dip6; in table_show_entry()