HomeSort by relevance Sort by last modified time
    Searched refs:nlmsghdr (Results 151 - 175 of 309) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/iproute2/ip/
iptoken.c 45 static int print_token(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
128 struct nlmsghdr n;
xfrm.h 110 int xfrm_state_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
112 int xfrm_policy_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
iplink_bond_slave.c 92 struct nlmsghdr *n)
iplink_ipoib.c 45 struct nlmsghdr *n)
ipprefix.c 38 int print_prefix(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
link_veth.c 32 struct nlmsghdr *hdr)
xfrm_state.c 273 struct nlmsghdr n;
702 struct nlmsghdr n;
711 struct nlmsghdr *res_n = (struct nlmsghdr *)res_buf;
868 int xfrm_state_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
959 struct nlmsghdr n;
1021 struct nlmsghdr *res_n = (struct nlmsghdr *)buf;
1044 struct nlmsghdr *n,
1051 struct nlmsghdr *new_n
    [all...]
ipaddrlabel.c 56 int print_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
128 struct nlmsghdr n;
192 static int flush_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
ipneigh.c 99 struct nlmsghdr n;
193 int print_neigh(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
255 struct nlmsghdr *fn;
260 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
344 struct nlmsghdr n;
  /external/iproute2/tc/
m_action.c 77 static int parse_noaopt(struct action_util *au, int *argc_p, char ***argv_p, int code, struct nlmsghdr *n)
168 parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
353 struct nlmsghdr *n,
404 struct nlmsghdr *ans = NULL;
407 struct nlmsghdr n;
512 struct nlmsghdr n;
551 struct nlmsghdr n;
588 msg_size = NLMSG_ALIGN(req.n.nlmsg_len) - NLMSG_ALIGN(sizeof(struct nlmsghdr));
q_dsmark.c 30 struct nlmsghdr *n)
92 struct nlmsghdr *n)
f_cgroup.c 26 int argc, char **argv, struct nlmsghdr *n)
m_pedit.h 58 int parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, 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)
f_flower.c 49 struct nlmsghdr *n)
64 __u8 *p_ip_proto, struct nlmsghdr *n)
90 struct nlmsghdr *n)
138 int tcp_type, int udp_type, struct nlmsghdr *n)
163 int argc, char **argv, struct nlmsghdr *n)
  /external/libpcap/
pcap-netfilter-linux.c 110 const struct nlmsghdr *nlh = (const struct nlmsghdr *) buf;
114 if (nlh->nlmsg_len < sizeof(struct nlmsghdr) || len < nlh->nlmsg_len) {
179 pkth.caplen = pkth.len = nlh->nlmsg_len-NLMSG_ALIGN(sizeof(struct nlmsghdr));
250 struct nlmsghdr *nlh = (struct nlmsghdr *) buf;
251 struct nfgenmsg *nfg = (struct nfgenmsg *) (buf + sizeof(struct nlmsghdr));
306 nlh = (struct nlmsghdr *) buf;
  /system/connectivity/shill/net/
netlink_message.h 32 struct nlmsghdr;
39 // the nlmsghdr (the top-level netlink message header) and, potentially, uses a
43 // The common portions of Netlink Messages start with a |nlmsghdr|. Those
63 // found in the nlmsghdr structure) and all NetlinkMessages received from the
126 // Returns a string of bytes representing an |nlmsghdr|, filled-in, and its
129 // Reads the |nlmsghdr|. Subclasses may read additional data from the
138 static void PrintHeader(int log_level, const nlmsghdr* header);
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 184 struct nlmsghdr *h;
188 struct nlmsghdr nlh;
219 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
  /external/webrtc/webrtc/base/
ifaddrs-android.cc 29 nlmsghdr header;
157 nlmsghdr* header = reinterpret_cast<nlmsghdr*>(&buf[0]);
  /system/core/libnetutils/
ifc_utils.c 268 struct nlmsghdr n;
271 char attrbuf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) +
278 struct nlmsghdr *nh;
280 char buf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) +
282 NLMSG_ALIGN(sizeof(struct nlmsghdr))];
359 nh = (struct nlmsghdr *) buf;
  /external/avahi/avahi-core/
iface-linux.c 46 struct nlmsghdr *n;
53 n = (struct nlmsghdr*) req;
66 static void netlink_callback(AvahiNetlink *nl, struct nlmsghdr *n, void* userdata) {
  /external/iproute2/bridge/
monitor.c 40 struct nlmsghdr *n, void *arg)

Completed in 1436 milliseconds

1 2 3 4 5 67 8 91011>>