Searched refs:pfctl_open (Results 1 – 7 of 7) sorted by relevance
183 pfh = pfctl_open(PF_DEVICE); in init_filter()
186 pfh = pfctl_open(PF_DEVICE); in init_filter()
137 pfh = pfctl_open(PATH_DEVFILE); in main()
450 struct pfctl_handle *pfctl_open(const char *pf_device);
75 pfctl_open(const char *pf_device) in pfctl_open() function1334 h = pfctl_open(PF_DEVICE); in pfctl_add_rule()1438 h = pfctl_open(PF_DEVICE); in pfctl_get_rules_info()2163 h = pfctl_open(PF_DEVICE); in _pfctl_clear_states()
1645 if ((pfh = pfctl_open(PF_DEVICE)) == NULL) { in pf_init()
3882 pfh = pfctl_open(pf_device); in main()