/external/strace/tests-mx32/ |
nlattr_fib_rule_hdr.c | 45 init_rtmsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 47 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_ifla_brport.c | 47 init_ifinfomsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 49 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_mdba_router_port.c | 54 init_br_port_msg(struct nlmsghdr *const nlh, const unsigned int msg_len) 56 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_ndmsg.c | 43 init_ndmsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 45 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_tca_stab.c | 46 init_tcmsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 48 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_tcmsg.c | 38 init_tcmsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 40 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_unix_diag_msg.c | 41 init_unix_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len) 43 SET_STRUCT(struct nlmsghdr, nlh,
|
test_netlink.h | 15 struct nlmsghdr *const TEST_NETLINK_nlh = \ 20 SET_STRUCT(struct nlmsghdr, TEST_NETLINK_nlh, \
|
/external/iproute2/tipc/ |
link.c | 27 static int link_list_cb(const struct nlmsghdr *nlh, void *data) 51 static int cmd_link_list(struct nlmsghdr *nlh, const struct cmd *cmd, 70 static int link_get_cb(const struct nlmsghdr *nlh, void *data) 95 static int cmd_link_get_prop(struct nlmsghdr *nlh, const struct cmd *cmd, 149 static int cmd_link_get(struct nlmsghdr *nlh, const struct cmd *cmd, 167 static int cmd_link_stat_reset(struct nlmsghdr *nlh, const struct cmd *cmd, 321 static int link_stat_show_cb(const struct nlmsghdr *nlh, void *data) 365 static int cmd_link_stat_show(struct nlmsghdr *nlh, const struct cmd *cmd, 406 static int cmd_link_stat(struct nlmsghdr *nlh, const struct cmd *cmd, 428 static int cmd_link_set_prop(struct nlmsghdr *nlh, const struct cmd *cmd [all...] |
bearer.c | 36 struct nlmsghdr *nlh; 83 static int get_netid_cb(const struct nlmsghdr *nlh, void *data) 105 struct nlmsghdr *nlh; 123 static int nl_add_udp_enable_opts(struct nlmsghdr *nlh, struct opt *opts, 197 static int nl_add_bearer_name(struct nlmsghdr *nlh, const struct cmd *cmd, 266 static int udp_bearer_add(struct nlmsghdr *nlh, struct opt *opts, 306 static int cmd_bearer_add_media(struct nlmsghdr *nlh, const struct cmd *cmd, 366 static int cmd_bearer_add(struct nlmsghdr *nlh, const struct cmd *cmd, 388 static int cmd_bearer_enable(struct nlmsghdr *nlh, const struct cmd *cmd, 471 static int cmd_bearer_disable(struct nlmsghdr *nlh, const struct cmd *cmd [all...] |
/system/netd/server/ |
NFLogListener.cpp | 53 const NFLogListener::DispatchFn kDefaultDispatchFn = [](const nlmsghdr& nlmsg, 65 nlmsghdr nlhdr; 86 nlmsghdr nlhdr; 107 nlmsghdr nlhdr; 127 nlmsghdr nlhdr; 149 const auto rxHandler = [this](const nlmsghdr& nlmsg, const Slice msg) { 159 const auto rxDoneHandler = [](const nlmsghdr&, const Slice msg) {
|
NetlinkListener.cpp | 52 const NetlinkListener::DispatchFn kDefaultDispatchFn = [](const nlmsghdr& nlmsg, const Slice) { 62 const auto rxErrorHandler = [](const nlmsghdr& nlmsg, const Slice msg) { 102 const auto rxHandler = [this](const nlmsghdr& nlmsg, const Slice& buf) {
|
/device/generic/goldfish/wifi/ipv6proxy/ |
router.cpp | 58 struct nlmsghdr hdr; 86 struct nlmsghdr hdr; 114 struct nlmsghdr hdr;
|
/external/iproute2/ip/ |
rtmon.c | 33 struct nlmsghdr *n1 = (void *)buf; 48 struct nlmsghdr *n, void *arg) 60 struct nlmsghdr *n, void *arg)
|
/external/libnetfilter_conntrack/examples/ |
nfct-mnl-set-label.c | 20 struct nlmsghdr *nlh; 64 static int data_cb(const struct nlmsghdr *nlh, void *data) 124 struct nlmsghdr *nlh;
|
nfct-mnl-dump-labels.c | 23 static int data_cb(const struct nlmsghdr *nlh, void *data) 47 struct nlmsghdr *nlh;
|
nfct-mnl-get.c | 12 static int data_cb(const struct nlmsghdr *nlh, void *data) 34 struct nlmsghdr *nlh;
|
/external/strace/ |
netlink_crypto.c | 226 const struct nlmsghdr *const nlmsghdr, 230 switch (nlmsghdr->nlmsg_type) {
|
/external/iproute2/genl/ |
ctrl.c | 47 struct nlmsghdr n; 56 struct nlmsghdr *nlh = &req.n; 177 struct nlmsghdr *n, void *arg) 281 struct nlmsghdr *n, void *arg) 292 struct nlmsghdr n; 301 struct nlmsghdr *nlh = &req.n;
|
/device/google/cuttlefish_common/common/libs/net/ |
netlink_client.cpp | 58 struct nlmsghdr *nh; 69 for (nh = reinterpret_cast<nlmsghdr*>(buf);
|
/external/libnl/include/netlink/netfilter/ |
ct.h | 38 extern int nfnlmsg_ct_group(struct nlmsghdr *); 39 extern int nfnlmsg_ct_parse(struct nlmsghdr *, struct nfnl_ct **);
|
exp.h | 44 extern int nfnlmsg_exp_group(struct nlmsghdr *); 45 extern int nfnlmsg_exp_parse(struct nlmsghdr *, struct nfnl_exp **);
|
/external/libnl/python/netlink/ |
capi.i | 197 extern void * nlmsg_data(const struct nlmsghdr *); 198 extern int nlmsg_datalen(const struct nlmsghdr *); 199 extern void * nlmsg_tail(const struct nlmsghdr *); 202 extern struct nlattr * nlmsg_attrdata(const struct nlmsghdr *, int); 203 extern int nlmsg_attrlen(const struct nlmsghdr *, int); 206 extern int nlmsg_valid_hdr(const struct nlmsghdr *, int); 207 extern int nlmsg_ok(const struct nlmsghdr *, int); 208 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *); 209 extern int nlmsg_parse(struct nlmsghdr *, int, struct nlattr ** [all...] |
/external/ltp/testcases/kernel/containers/netns/ |
netns_netlink.c | 72 struct nlmsghdr *nlh; 98 nlh = (struct nlmsghdr *) buffer;
|
/external/strace/tests/ |
nlattr_ifaddrmsg.c | 52 init_ifaddrmsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 54 SET_STRUCT(struct nlmsghdr, nlh,
|