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

<<11121314151617181920>>

  /external/libpcap/
pcap-netfilter-linux.c 113 const struct nlmsghdr *nlh = (const struct nlmsghdr *) buf;
117 if (nlh->nlmsg_len < sizeof(struct nlmsghdr) || (u_int)len < nlh->nlmsg_len) {
182 pkth.caplen = pkth.len = nlh->nlmsg_len-NLMSG_ALIGN(sizeof(struct nlmsghdr));
253 struct nlmsghdr *nlh = (struct nlmsghdr *) buf;
254 struct nfgenmsg *nfg = (struct nfgenmsg *) (buf + sizeof(struct nlmsghdr));
309 nlh = (struct nlmsghdr *) buf;
  /external/strace/tests/
netlink_crypto.c 43 struct nlmsghdr nlh = {
60 struct nlmsghdr nlh = {
nlattr_crypto_user_alg.c 41 init_crypto_user_alg(struct nlmsghdr *const nlh, const unsigned int msg_len)
43 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_packet_diag_msg.c 43 init_packet_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len)
45 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_smc_diag_msg.c 53 init_smc_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len)
55 SET_STRUCT(struct nlmsghdr, nlh,
  /external/strace/tests-m32/
netlink_crypto.c 43 struct nlmsghdr nlh = {
60 struct nlmsghdr nlh = {
nlattr_crypto_user_alg.c 41 init_crypto_user_alg(struct nlmsghdr *const nlh, const unsigned int msg_len)
43 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_packet_diag_msg.c 43 init_packet_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len)
45 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_smc_diag_msg.c 53 init_smc_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len)
55 SET_STRUCT(struct nlmsghdr, nlh,
  /external/strace/tests-mx32/
netlink_crypto.c 43 struct nlmsghdr nlh = {
60 struct nlmsghdr nlh = {
nlattr_crypto_user_alg.c 41 init_crypto_user_alg(struct nlmsghdr *const nlh, const unsigned int msg_len)
43 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_packet_diag_msg.c 43 init_packet_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len)
45 SET_STRUCT(struct nlmsghdr, nlh,
nlattr_smc_diag_msg.c 53 init_smc_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len)
55 SET_STRUCT(struct nlmsghdr, nlh,
  /device/google/cuttlefish_common/common/commands/wifi_relay/
nl_client.cpp 70 nlmsghdr* header = nlmsg_hdr(msg);
  /external/iproute2/ip/
iplink_vxcan.c 34 struct nlmsghdr *hdr)
link_veth.c 32 struct nlmsghdr *hdr)
xfrm_state.c 291 struct nlmsghdr n;
741 struct nlmsghdr n;
761 struct nlmsghdr *res_n = (struct nlmsghdr *)res_buf;
902 int xfrm_state_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
993 struct nlmsghdr n;
1053 struct nlmsghdr *res_n = (struct nlmsghdr *)buf;
1074 struct nlmsghdr *n,
1081 struct nlmsghdr *new_n
    [all...]
  /external/iproute2/tc/
f_cgroup.c 26 int argc, char **argv, struct nlmsghdr *n)
m_connmark.c 46 struct nlmsghdr *n)
m_pedit.h 89 int tca_id, struct nlmsghdr *n);
q_fifo.c 31 static int fifo_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
q_prio.c 31 static int prio_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
q_rr.c 32 static int rr_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
tc_monitor.c 40 struct nlmsghdr *n, void *arg)
  /external/libnetfilter_conntrack/examples/
nfct-mnl-create.c 15 struct nlmsghdr *nlh;

Completed in 372 milliseconds

<<11121314151617181920>>