Searched defs:pfioc_source_kill (Results 1 – 1 of 1) sorted by relevance
2162 struct pfioc_source_kill { struct2163 char name[PF_SOURCELIM_NAME_LEN];2164 uint32_t id;2165 unsigned int rdomain;2166 sa_family_t af;2167 struct pf_addr addr;2192 int pf_source_clr(struct pfioc_source_kill *); argument