HomeSort by relevance Sort by last modified time
    Searched refs:nfnl_addattr16 (Results 1 - 4 of 4) sorted by null

  /external/libnetfilter_conntrack/src/expect/
build.c 22 nfnl_addattr16(&req->nlh, size, CTA_EXPECT_ZONE, htons(exp->zone));
  /external/libnfnetlink/include/libnfnetlink/
libnfnetlink.h 191 extern int nfnl_addattr16(struct nlmsghdr *, int, int, u_int16_t);
  /external/libnetfilter_conntrack/src/conntrack/
build.c 435 nfnl_addattr16(&req->nlh, size, CTA_ZONE, htons(ct->zone));
498 nfnl_addattr16(&req->nlh, size, CTA_TUPLE_ZONE,
518 nfnl_addattr16(&req->nlh, size, CTA_TUPLE_ZONE,
  /external/libnfnetlink/src/
libnfnetlink.c 969 * nfnl_addattr16 - Add u_int16_t attribute to nlmsghdr
977 int nfnl_addattr16(struct nlmsghdr *n, int maxlen, int type, function
    [all...]

Completed in 575 milliseconds