HomeSort by relevance Sort by last modified time
    Searched defs:nlh (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/strace/tests/
netlink_audit.c 40 struct nlmsghdr nlh = { local
41 .nlmsg_len = sizeof(nlh),
46 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
50 fd, nlh.nlmsg_len, (unsigned) sizeof(nlh), sprintrc(rc));
netlink_netfilter.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
49 nlh.nlmsg_type = NFNL_MSG_BATCH_BEGIN;
50 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, (unsigned) sizeof(nlh), sprintrc(rc));
57 nlh.nlmsg_type = NFNL_SUBSYS_CTNETLINK << 8 | 0xff;
58 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_ipset.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_IPSET << 8 | IPSET_CMD_NONE;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_IPSET << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_osf.c 45 struct nlmsghdr nlh = { local
46 .nlmsg_len = sizeof(nlh),
50 nlh.nlmsg_type = NFNL_SUBSYS_OSF << 8 | OSF_MSG_ADD;
51 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
56 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
58 nlh.nlmsg_type = NFNL_SUBSYS_OSF << 8 | 0xff;
59 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_queue.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_QUEUE << 8 | NFQNL_MSG_PACKET;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_QUEUE << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_ulog.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_ULOG << 8 | NFULNL_MSG_PACKET;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_ULOG << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
netlink_generic.c 50 const struct nlmsghdr nlh; member in struct:__anon35382
53 .nlh = {
68 fd, req.nlh.nlmsg_len,
netlink_xfrm.c 41 struct nlmsghdr nlh = { local
42 .nlmsg_len = sizeof(nlh),
47 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
51 fd, nlh.nlmsg_len, (unsigned) sizeof(nlh), sprintrc(rc));
58 struct nlmsghdr nlh = { local
59 .nlmsg_len = sizeof(nlh),
62 nlh.nlmsg_type = XFRM_MSG_GETSA;
63 nlh.nlmsg_flags = NLM_F_DUMP
    [all...]
nfnetlink_acct.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_ACCT << 8 | NFNL_MSG_ACCT_NEW;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_ACCT << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
69 struct nlmsghdr nlh = { local
    [all...]
nfnetlink_cthelper.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_CTHELPER << 8 | NFNL_MSG_CTHELPER_NEW;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_CTHELPER << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
69 struct nlmsghdr nlh = { local
    [all...]
nfnetlink_ctnetlink.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_CTNETLINK << 8 | IPCTNL_MSG_CT_NEW;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_CTNETLINK << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
69 struct nlmsghdr nlh = { local
    [all...]
nfnetlink_ctnetlink_exp.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_CTNETLINK_EXP << 8 | IPCTNL_MSG_EXP_NEW;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_CTNETLINK_EXP << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
69 struct nlmsghdr nlh = { local
    [all...]
nfnetlink_cttimeout.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type =
50 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
55 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
57 nlh.nlmsg_type = NFNL_SUBSYS_CTNETLINK_TIMEOUT << 8 | 0xff;
58 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
70 struct nlmsghdr nlh = { local
    [all...]
  /external/strace/tests-m32/
netlink_audit.c 40 struct nlmsghdr nlh = { local
41 .nlmsg_len = sizeof(nlh),
46 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
50 fd, nlh.nlmsg_len, (unsigned) sizeof(nlh), sprintrc(rc));
netlink_netfilter.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
49 nlh.nlmsg_type = NFNL_MSG_BATCH_BEGIN;
50 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, (unsigned) sizeof(nlh), sprintrc(rc));
57 nlh.nlmsg_type = NFNL_SUBSYS_CTNETLINK << 8 | 0xff;
58 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_ipset.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_IPSET << 8 | IPSET_CMD_NONE;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_IPSET << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_osf.c 45 struct nlmsghdr nlh = { local
46 .nlmsg_len = sizeof(nlh),
50 nlh.nlmsg_type = NFNL_SUBSYS_OSF << 8 | OSF_MSG_ADD;
51 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
56 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
58 nlh.nlmsg_type = NFNL_SUBSYS_OSF << 8 | 0xff;
59 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_queue.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_QUEUE << 8 | NFQNL_MSG_PACKET;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_QUEUE << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_ulog.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_ULOG << 8 | NFULNL_MSG_PACKET;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_ULOG << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
  /external/strace/tests-mx32/
netlink_audit.c 40 struct nlmsghdr nlh = { local
41 .nlmsg_len = sizeof(nlh),
46 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
50 fd, nlh.nlmsg_len, (unsigned) sizeof(nlh), sprintrc(rc));
netlink_netfilter.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
49 nlh.nlmsg_type = NFNL_MSG_BATCH_BEGIN;
50 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, (unsigned) sizeof(nlh), sprintrc(rc));
57 nlh.nlmsg_type = NFNL_SUBSYS_CTNETLINK << 8 | 0xff;
58 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_ipset.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_IPSET << 8 | IPSET_CMD_NONE;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_IPSET << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_osf.c 45 struct nlmsghdr nlh = { local
46 .nlmsg_len = sizeof(nlh),
50 nlh.nlmsg_type = NFNL_SUBSYS_OSF << 8 | OSF_MSG_ADD;
51 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
56 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
58 nlh.nlmsg_type = NFNL_SUBSYS_OSF << 8 | 0xff;
59 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_queue.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_QUEUE << 8 | NFQNL_MSG_PACKET;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_QUEUE << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]
nfnetlink_ulog.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_ULOG << 8 | NFULNL_MSG_PACKET;
49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, nlh.nlmsg_len, sprintrc(rc));
56 nlh.nlmsg_type = NFNL_SUBSYS_ULOG << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
    [all...]

Completed in 116 milliseconds

1 2 3 4 5