Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/
Dmain.c126 struct nfnl_handle *nfnlh = nfnl_open2(fd, false); in nfct_open2()
/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h70 extern struct nfnl_handle *nfnl_open2(int fd, bool bind);
/external/libnfnetlink/src/
Dlibnfnetlink.c193 nfnlh = nfnl_open2(fd, true); in nfnl_open()
210 struct nfnl_handle *nfnl_open2(int fd, bool bind) in nfnl_open2() function