Home
last modified time | relevance | path

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

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