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

  /external/libnl/include/netlink/netfilter/
log_msg.h 25 struct nfnl_log_msg;
30 extern struct nfnl_log_msg *nfnl_log_msg_alloc(void);
32 struct nfnl_log_msg **);
34 extern void nfnl_log_msg_get(struct nfnl_log_msg *);
35 extern void nfnl_log_msg_put(struct nfnl_log_msg *);
37 extern void nfnl_log_msg_set_family(struct nfnl_log_msg *, uint8_t);
38 extern uint8_t nfnl_log_msg_get_family(const struct nfnl_log_msg *);
40 extern void nfnl_log_msg_set_hwproto(struct nfnl_log_msg *, uint16_t);
41 extern int nfnl_log_msg_test_hwproto(const struct nfnl_log_msg *);
42 extern uint16_t nfnl_log_msg_get_hwproto(const struct nfnl_log_msg *);
    [all...]
  /external/libnl/lib/netfilter/
log_msg_obj.c 40 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) c;
51 struct nfnl_log_msg *dst = (struct nfnl_log_msg *) _dst;
52 struct nfnl_log_msg *src = (struct nfnl_log_msg *) _src;
75 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) a;
177 struct nfnl_log_msg *nfnl_log_msg_alloc(void)
179 return (struct nfnl_log_msg *) nl_object_alloc(&log_msg_obj_ops)
    [all...]
log_msg.c 65 int nfnlmsg_log_msg_parse(struct nlmsghdr *nlh, struct nfnl_log_msg **result)
67 struct nfnl_log_msg *msg;
172 struct nfnl_log_msg *msg;
  /external/libnl/include/
netlink-types.h 776 struct nfnl_log_msg { struct

Completed in 57 milliseconds