D | main.c | 17 unsigned int subscriptions) in nfct_open_nfnl() argument 20 return nfct_open_nfnl2(nfnlh, subsys_id, subscriptions, true); in nfct_open_nfnl() 25 unsigned int subscriptions, bool bind) in nfct_open_nfnl2() argument 39 subscriptions, in nfct_open_nfnl2() 49 subscriptions, in nfct_open_nfnl2() 92 struct nfct_handle *nfct_open(uint8_t subsys_id, unsigned subscriptions) in nfct_open() argument 100 nfcth = nfct_open_nfnl(nfnlh, subsys_id, subscriptions); in nfct_open() 124 struct nfct_handle *nfct_open2(uint8_t subsys_id, unsigned subscriptions, int fd) in nfct_open2() argument 132 nfcth = nfct_open_nfnl2(nfnlh, subsys_id, subscriptions, false); in nfct_open2()
|