Searched refs:tent (Results 1 – 8 of 8) sorted by relevance
/freebsd/sbin/ipfw/ |
H A D | tables.c | 61 static void table_show_entry(ipfw_xtable_info *i, ipfw_obj_tentry *tent); 63 static void tentry_fill_key(ipfw_obj_header *oh, ipfw_obj_tentry *tent, 65 static void tentry_fill_value(ipfw_obj_header *oh, ipfw_obj_tentry *tent, 898 ipfw_obj_tentry *tent, int count, int atomic) in table_do_modify_record() argument 903 char xbuf[sizeof(*oh) + sizeof(ipfw_obj_ctlv) + sizeof(*tent)]; in table_do_modify_record() 907 sz = sizeof(*ctlv) + sizeof(*tent) * count; in table_do_modify_record() 926 tent_base = tent; in table_do_modify_record() 927 memcpy(ctlv + 1, tent, sizeof(*tent) * count); in table_do_modify_record() 928 tent = (ipfw_obj_tentry *)(ctlv + 1); in table_do_modify_record() 929 for (i = 0; i < count; i++, tent++) { in table_do_modify_record() [all …]
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_algo.c | 392 void *e, ipfw_obj_tentry *tent); 394 ipfw_obj_tentry *tent); 522 ipfw_obj_tentry *tent) in ta_dump_addr_radix_tentry() argument 533 tent->k.addr.s_addr = n->addr.sin_addr.s_addr; in ta_dump_addr_radix_tentry() 534 tent->masklen = n->masklen; in ta_dump_addr_radix_tentry() 535 tent->subtype = AF_INET; in ta_dump_addr_radix_tentry() 536 tent->v.kidx = n->value; in ta_dump_addr_radix_tentry() 540 memcpy(&tent->k.addr6, &xn->addr6.sin6_addr, in ta_dump_addr_radix_tentry() 542 tent->masklen = xn->masklen; in ta_dump_addr_radix_tentry() 543 tent->subtype = AF_INET6; in ta_dump_addr_radix_tentry() [all …]
|
H A D | ip_fw_table_value.c | 276 ipfw_obj_tentry tent; member 285 ipfw_obj_tentry *tent; in unref_table_value_cb() local 291 memset(&fa->tent, 0, sizeof(fa->tent)); in unref_table_value_cb() 292 tent = &fa->tent; in unref_table_value_cb() 293 error = ta->dump_tentry(fa->astate, fa->ti, e, tent); in unref_table_value_cb() 300 (struct table_value *)ch->valuestate, tent->v.kidx); in unref_table_value_cb()
|
H A D | ip_fw_table.c | 908 ipfw_obj_tentry *tent, *ptent; in manage_table_ent_v1() local 937 tent = (ipfw_obj_tentry *)(ctlv + 1); in manage_table_ent_v1() 938 if (ctlv->count * sizeof(*tent) + read != sd->valsize) in manage_table_ent_v1() 952 ptent = tent; in manage_table_ent_v1() 953 kidx = tent->idx; in manage_table_ent_v1() 975 ptent = tent; in manage_table_ent_v1() 993 ptent = tent; in manage_table_ent_v1() 1030 ipfw_obj_tentry *tent; in find_table_entry() local 1042 sz = sizeof(*oh) + sizeof(*tent); in find_table_entry() 1047 tent = (ipfw_obj_tentry *)(oh + 1); in find_table_entry() [all …]
|
H A D | ip_fw_table.h | 106 ipfw_obj_tentry *tent); 108 ipfw_obj_tentry *tent);
|
/freebsd/share/dict/ |
H A D | web2a | 5147 bell tent 17267 dog tent 22894 forest tent caterpillar 44086 pup tent 53622 shelter tent 63230 tent bed 63231 tent caterpillar 63232 tent-clad 63233 tent-dotted 63234 tent-dwelling [all …]
|
H A D | web2 | 200157 tent
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 227 And he drank of the wine, and was drunken; and he was uncovered within his tent. 307 And he removed from thence unto a mountain on the east of Bethel, and pitched his tent, having Beth… 322 And he went on his journeys from the south even to Bethel, unto the place where his tent had been a… 331 … the land of Canaan, and Lot dwelled in the cities of the plain, and pitched his tent toward Sodom. 337 Then Abram removed his tent, and came and dwelt in the plain of Mamre, which is in Hebron, and buil… 426 And the LORD appeared unto him in the plains of Mamre: and he sat in the tent door in the heat of t… 427 …hree men stood by him: and when he saw them, he ran to meet them from the tent door, and bowed him… 431 And Abraham hastened into the tent unto Sarah, and said, Make ready quickly three measures of fine … 434 And they said unto him, Where is Sarah thy wife? And he said, Behold, in the tent. 435 …life; and, lo, Sarah thy wife shall have a son. And Sarah heard it in the tent door, which was beh… [all …]
|