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

1 2 3 45 6 7 8 91011>>

  /external/libnl/include/netlink/netfilter/
log_msg.h 24 struct nlmsghdr;
31 extern int nfnlmsg_log_msg_parse(struct nlmsghdr *,
  /external/strace/tests/
nfnetlink_nft_compat.c 43 struct nlmsghdr nlh = {
69 struct nlmsghdr nlh = {
nlattr_ifaddrlblmsg.c 39 init_ifaddrlblmsg(struct nlmsghdr *const nlh, const unsigned int msg_len)
41 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_ifla_port.c 50 init_ifinfomsg(struct nlmsghdr *const nlh, const unsigned int msg_len)
52 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_ifla_xdp.c 50 init_ifinfomsg(struct nlmsghdr *const nlh, const unsigned int msg_len)
52 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_inet_diag_req_compat.c 45 init_inet_diag_req(struct nlmsghdr *const nlh, const unsigned int msg_len)
47 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_netlink_diag_msg.c 39 init_netlink_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len)
41 SET_STRUCT(struct nlmsghdr, nlh,
netlink_inet_diag.c 47 struct nlmsghdr nlh;
80 struct nlmsghdr hdr;
102 struct nlmsghdr *h = &hdr_buf.hdr;
  /external/strace/tests-m32/
nfnetlink_nft_compat.c 43 struct nlmsghdr nlh = {
69 struct nlmsghdr nlh = {
nlattr_ifaddrlblmsg.c 39 init_ifaddrlblmsg(struct nlmsghdr *const nlh, const unsigned int msg_len)
41 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_ifla_port.c 50 init_ifinfomsg(struct nlmsghdr *const nlh, const unsigned int msg_len)
52 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_ifla_xdp.c 50 init_ifinfomsg(struct nlmsghdr *const nlh, const unsigned int msg_len)
52 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_inet_diag_req_compat.c 45 init_inet_diag_req(struct nlmsghdr *const nlh, const unsigned int msg_len)
47 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_netlink_diag_msg.c 39 init_netlink_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len)
41 SET_STRUCT(struct nlmsghdr, nlh,
  /external/strace/tests-mx32/
nfnetlink_nft_compat.c 43 struct nlmsghdr nlh = {
69 struct nlmsghdr nlh = {
nlattr_ifaddrlblmsg.c 39 init_ifaddrlblmsg(struct nlmsghdr *const nlh, const unsigned int msg_len)
41 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_ifla_port.c 50 init_ifinfomsg(struct nlmsghdr *const nlh, const unsigned int msg_len)
52 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_ifla_xdp.c 50 init_ifinfomsg(struct nlmsghdr *const nlh, const unsigned int msg_len)
52 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_inet_diag_req_compat.c 45 init_inet_diag_req(struct nlmsghdr *const nlh, const unsigned int msg_len)
47 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_netlink_diag_msg.c 39 init_netlink_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len)
41 SET_STRUCT(struct nlmsghdr, nlh,
  /external/iproute2/ip/
iplink_vrf.c 33 struct nlmsghdr *n)
109 struct nlmsghdr n;
123 struct nlmsghdr n;
179 struct nlmsghdr n;
193 struct nlmsghdr n;
  /system/netd/server/
NFLogListenerTest.cpp 89 nlmsghdr nlmsg;
108 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const netdutils::Slice) {};
114 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const netdutils::Slice) {};
122 const auto dispatchFn = [&invocations, kType](const nlmsghdr&, const nfgenmsg& nfmsg,
135 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const netdutils::Slice) {
  /external/iputils/ninfod/
ni_ifaddrs.c 96 struct nlmsghdr *nlh;
115 char reqbuf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) + NLMSG_ALIGN(sizeof(struct rtgenmsg))];
117 struct nlmsghdr *req_hdr;
124 req_hdr = (struct nlmsghdr *) reqbuf;
163 static int nl_getmsg(int sd, int request, int seq, struct nlmsghdr **nlhp, int *done)
165 struct nlmsghdr *nh;
187 nh = (struct nlmsghdr *) buff;
188 for (nh = (struct nlmsghdr *) buff; NLMSG_OK(nh, read_size); nh = (struct nlmsghdr *) NLMSG_NEXT(nh, read_size)) {
214 *nlhp = (struct nlmsghdr *) buff
    [all...]
  /kernel/tests/net/test/
netlink.py 49 NLMsgHdr = cstruct.Struct("NLMsgHdr", "=LHHLL", "length type flags seq pid")
178 hdr = NLMsgHdr(response)
184 hdr, data = cstruct.Read(response, NLMsgHdr)
198 length = len(NLMsgHdr) + len(data)
199 nlmsg = NLMsgHdr((length, command, flags, self.seq, self.pid)).Pack()
211 nlmsghdr, data = cstruct.Read(data, NLMsgHdr)
212 self._Debug(" %s" % nlmsghdr)
214 if nlmsghdr.type == NLMSG_ERROR or nlmsghdr.type == NLMSG_DONE
    [all...]
  /external/ltp/testcases/lib/
tst_net_iface_prefix.c 63 struct nlmsghdr nlhdr;
67 struct nlmsghdr *retmsg;
79 retmsg = (struct nlmsghdr *)buf;

Completed in 285 milliseconds

1 2 3 45 6 7 8 91011>>