Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw_table_algo.c3083 struct in6_addr dip6; member
3167 i = (f->dip6.__u6_addr.__u6_addr32[2]) ^ in hash_flow6()
3168 (f->dip6.__u6_addr.__u6_addr32[3]) ^ in hash_flow6()
3232 fp = (uint64_t *)&f.dip6; in ta_lookup_fhash()
3284 memset(&fe6->dip6, 0xFF, sizeof(fe6->dip6)); in ta_init_fhash()
3376 tfe->a.a6.dip6 = fe6->dip6; in ta_dump_fhash_tentry()
3412 fe6->dip6 = tfe->a.a6.dip6; in tei_to_fhash_ent()
/freebsd-14-stable/sys/netinet/
HDip_fw.h889 struct in6_addr dip6; member
/freebsd-14-stable/sbin/ipfw/
HDtables.c1361 memcpy(&tfe->a.a6.dip6, &tmp, 16); in tentry_fill_key_type()
1958 paddr = &tfe->a.a6.dip6; in table_show_entry()