Searched refs:ip_ent (Results 1 – 3 of 3) sorted by relevance
121 struct ipfw_ioc_table_ip_entry ip_ent; in table_append() local128 ip_ent.masklen = atoi(p); in table_append()129 if (ip_ent.masklen > 32) in table_append()132 ip_ent.masklen = 32; in table_append()135 if (lookup_host(*av, (struct in_addr *)&ip_ent.addr) != 0) in table_append()138 tbl.ip_ent[0] = ip_ent; in table_append()139 size = sizeof(tbl) + sizeof(ip_ent); in table_append()158 struct ipfw_ioc_table_ip_entry ip_ent; in table_remove() local185 ip_ent.masklen = atoi(p); in table_remove()186 if (ip_ent.masklen > 32) in table_remove()[all …]
161 mlen = ioc_tbl->ip_ent->masklen; in table_append_dispatch()165 ent->addr.sin_addr.s_addr = ioc_tbl->ip_ent->addr & in table_append_dispatch()211 mlen = ioc_tbl->ip_ent->masklen; in table_remove_dispatch()212 addr = ioc_tbl->ip_ent->addr; in table_remove_dispatch()342 ioc_ent = &tbl->ip_ent[tbl->count]; in dump_table_ip_entry()442 sa.sin_addr.s_addr = tbl->ip_ent->addr; in ip_fw3_ctl_table_test()
56 struct ipfw_ioc_table_ip_entry ip_ent[0]; member