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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
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...]
nfnetlink_nftables.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE;
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_NFTABLES << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
69 struct nlmsghdr nlh = { local
    [all...]
nfnetlink_nft_compat.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_NFT_COMPAT << 8 | NFNL_MSG_COMPAT_GET;
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_NFT_COMPAT << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
69 struct nlmsghdr nlh = { local
    [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...]
  /external/strace/tests-m32/
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...]
nfnetlink_nftables.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE;
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_NFTABLES << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
69 struct nlmsghdr nlh = { local
    [all...]
nfnetlink_nft_compat.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_NFT_COMPAT << 8 | NFNL_MSG_COMPAT_GET;
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_NFT_COMPAT << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
69 struct nlmsghdr nlh = { local
    [all...]
  /external/strace/tests-mx32/
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...]
nfnetlink_nftables.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE;
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_NFTABLES << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
69 struct nlmsghdr nlh = { local
    [all...]
nfnetlink_nft_compat.c 43 struct nlmsghdr nlh = { local
44 .nlmsg_len = sizeof(nlh),
48 nlh.nlmsg_type = NFNL_SUBSYS_NFT_COMPAT << 8 | NFNL_MSG_COMPAT_GET;
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_NFT_COMPAT << 8 | 0xff;
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0)
69 struct nlmsghdr nlh = { local
    [all...]

Completed in 159 milliseconds

1 2 3 4 5 6 7 8 91011>>