Home
last modified time | relevance | path

Searched refs:SIOCGETLG (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/ipf/ipf/
H A Dipf.c312 if (ioctl(xfd, SIOCGETLG, &logopt)) in packetlogon()
329 if (ioctl(xfd, SIOCGETLG, &logopt)) in packetlogon()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h59 #define SIOCGETLG _IOWR('r', 85, int) macro
H A Dip_state.c682 case SIOCGETLG : in ipf_state_ioctl()
H A Dip_nat.c1107 case SIOCGETLG : in ipf_nat_ioctl()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c487 if (ioctl(state_fd, SIOCGETLG, &state_logging) == -1) { in ipfstate_live()