Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h42 PFNL_CMD_STOP = 4, enumerator
H A Dpf_nl.c1541 .cmd_num = PFNL_CMD_STOP,
/freebsd/lib/libpfctl/
H A Dlibpfctl.c261 return (pfctl_do_netlink_cmd(h, start ? PFNL_CMD_START : PFNL_CMD_STOP)); in pfctl_startstop()