Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c3087 struct fhashentry4 fe4; member
3258 struct fhashentry4 *fe4; in ta_init_fhash() local
3272 fe4 = &cfg->fe4; in ta_init_fhash()
3275 memset(&fe4->sip, 0xFF, sizeof(fe4->sip)); in ta_init_fhash()
3279 memset(&fe4->dip, 0xFF, sizeof(fe4->dip)); in ta_init_fhash()
3283 memset(&fe4->e.sport, 0xFF, sizeof(fe4->e.sport)); in ta_init_fhash()
3287 memset(&fe4->e.dport, 0xFF, sizeof(fe4->e.dport)); in ta_init_fhash()
3291 memset(&fe4->e.proto, 0xFF, sizeof(fe4->e.proto)); in ta_init_fhash()
3295 fe4->e.af = AF_INET; in ta_init_fhash()
3300 ti->xstate = &cfg->fe4; in ta_init_fhash()
[all …]