Searched refs:last_nlhdr (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iptables/libipulog/
H A Dlibipulog.c28 struct nlmsghdr* last_nlhdr; member in struct:ipulog_handle
196 if ((unsigned char *)h->last_nlhdr > (buf + len) ||
197 (unsigned char *)h->last_nlhdr < buf) {
198 h->last_nlhdr = NULL;
201 if (!h->last_nlhdr) {
211 if (h->last_nlhdr->nlmsg_type == NLMSG_DONE) {
213 h->last_nlhdr = NULL;
219 ((unsigned char *)h->last_nlhdr - buf));
220 nlh = NLMSG_NEXT(h->last_nlhdr, remain_len);
223 /* update last_nlhdr fiel
[all...]

Completed in 81 milliseconds