Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipf/libipf/
H A Dpoolio.c15 static int poolfd = -1; variable
25 if (poolfd == -1) in pool_open()
26 poolfd = open(IPLOOKUP_NAME, O_RDWR); in pool_open()
27 return (poolfd); in pool_open()
36 return (*iocfunc)(poolfd, cmd, ptr);
43 if (poolfd != -1) { in pool_close()
44 close(poolfd); in pool_close()
45 poolfd = -1; in pool_close()
52 return (poolfd); in pool_fd()