HomeSort by relevance Sort by last modified time
    Searched refs:nlmsghdr (Results 476 - 500 of 508) sorted by null

<<11121314151617181920>>

  /external/strace/tests-mx32/
test_nlattr.h 64 struct nlmsghdr *const nlh = \
  /external/iproute2/ip/
ipl2tp.c 293 static int get_response(struct nlmsghdr *n, void *arg)
416 struct nlmsghdr *n, void *arg)
452 struct nlmsghdr *n, void *arg)
iplink_bond.c 160 struct nlmsghdr *n)
ipmacsec.c 875 static int process(const struct sockaddr_nl *who, struct nlmsghdr *n,
1135 struct nlmsghdr *hdr)
    [all...]
iplink_can.c 113 struct nlmsghdr *n)
iplink_vxlan.c 75 struct nlmsghdr *n)
  /external/strace/
defs.h 691 struct nlmsghdr;
693 typedef bool (*netlink_decoder_t)(struct tcb *, const struct nlmsghdr *,
698 decode_netlink_ ## name(struct tcb *, const struct nlmsghdr *, \
    [all...]
  /system/netd/server/
XfrmControllerTest.cpp 120 nlmsghdr hdr;
561 nlmsghdr hdr;
625 nlmsghdr hdr;
XfrmController.cpp 208 nlmsghdr hdr;
210 nlmsghdr hdr;
215 nlmsghdr hdr;
232 if (len < sizeof(nlmsghdr)) {
268 nlmsghdr nlMsg = {
    [all...]
TrafficController.cpp 225 const auto rxHandler = [this](const nlmsghdr&, const Slice msg) {
240 const auto rxDoneHandler = [](const nlmsghdr&, const Slice msg) {
  /external/iproute2/tc/
f_u32.c 661 static int parse_mark(int *argc_p, char ***argv_p, struct nlmsghdr *n)
697 struct tc_u32_sel *sel, struct nlmsghdr *n)
985 int argc, char **argv, struct nlmsghdr *n)
f_rsvp.c 173 static int rsvp_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
m_ipt.c 281 char ***argv_p, int tca_id, struct nlmsghdr *n)
q_netem.c 173 struct nlmsghdr *n)
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c     [all...]
  /external/nfacct/
nfacct.c 148 struct nlmsghdr *hdr = msg->nm_nlh;
  /external/iproute2/misc/
ifstat.c 115 struct nlmsghdr *m, void *arg)
159 struct nlmsghdr *m, void *arg)
  /external/libnetfilter_conntrack/src/conntrack/
api.c 299 int (*cb)(const struct nlmsghdr *nlh,
908 const struct nlmsghdr *nlh,
    [all...]
parse_mnl.c 983 int nfct_nlmsg_parse(const struct nlmsghdr *nlh, struct nf_conntrack *ct)
  /system/connectivity/wificond/tests/
netlink_utils_unittest.cpp 82 nlmsghdr* nl_header = reinterpret_cast<nlmsghdr*>(data.data());
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc 60 ((len) >= (int)sizeof(struct nlmsghdr) && \
61 (int)(nlh)->nlmsg_len >= (int)sizeof(struct nlmsghdr) && \
    [all...]
  /external/libnl/include/netlink-private/
types.h 140 struct nlmsghdr * nm_nlh;
  /external/libnl/lib/
cache.c 905 struct nlmsghdr *nlh, struct nl_parser_param *params)
  /external/libnl/lib/route/qdisc/
netem.c 221 msg->nm_nlh = (struct nlmsghdr *) realloc(msg->nm_nlh, new_msg_len);
  /external/libnl/lib/route/
rule.c 85 struct nlmsghdr *n, struct nl_parser_param *pp)

Completed in 837 milliseconds

<<11121314151617181920>>