Home
last modified time | relevance | path

Searched defs:nfnl_handle (Results 1 – 1 of 1) sorted by relevance

/external/libnfnetlink/src/
Dlibnfnetlink.c85 struct nfnl_handle { struct
86 int fd;
87 struct sockaddr_nl local;
88 struct sockaddr_nl peer;
89 u_int32_t subscriptions;
90 u_int32_t seq;
91 u_int32_t dump;
92 u_int32_t rcv_buffer_size; /* for nfnl_catch */
93 u_int32_t flags;
94 struct nlmsghdr *last_nlhdr;
[all …]