HomeSort by relevance Sort by last modified time
    Searched refs:nlmsg_type (Results 126 - 150 of 156) sorted by null

1 2 3 4 56 7

  /external/toybox/toys/pending/
ip.c 157 req.nlh.nlmsg_type = type;
588 request.mhdr.nlmsg_type = RTM_NEWLINK;
590 request.mhdr.nlmsg_type = RTM_DELLINK;
929 request.mhdr.nlmsg_type = RTM_GETLINK;
985 h->nlmsg_type = RTM_DELADDR;
992 if (h->nlmsg_type == RTM_DELADDR) printf("Deleted ");
    [all...]
  /external/iproute2/ip/
iproute.c 292 if (n->nlmsg_type != RTM_NEWROUTE && n->nlmsg_type != RTM_DELROUTE) {
294 n->nlmsg_len, n->nlmsg_type, n->nlmsg_flags);
297 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE)
321 fn->nlmsg_type = RTM_DELROUTE;
330 if (n->nlmsg_type == RTM_DELROUTE)
724 req.n.nlmsg_type = cmd;
1036 req.nlh.nlmsg_type = RTM_GETROUTE;
    [all...]
ipntable.c 81 req.n.nlmsg_type = cmd;
361 if (n->nlmsg_type != RTM_NEWNEIGHTBL) {
363 n->nlmsg_len, n->nlmsg_type, n->nlmsg_flags);
link_gre.c 71 req.n.nlmsg_type = RTM_GETLINK;
iplink.c 152 if (n->nlmsg_type == NLMSG_ERROR &&
173 req.n.nlmsg_type = RTM_NEWLINK;
480 req.n.nlmsg_type = cmd;
  /system/extras/taskstats/
taskstats.c 44 int send_command(struct nl_sock* netlink_socket, uint16_t nlmsg_type,
52 genlmsg_put(message, nlmsg_pid, seq, nlmsg_type, header_length, flags,
  /external/iproute2/misc/
arpd.c 278 req.n.nlmsg_type = RTM_NEWNEIGH;
309 if (n->nlmsg_type == NLMSG_DONE) {
319 if (n->nlmsg_type != RTM_GETNEIGH && n->nlmsg_type != RTM_NEWNEIGH)
348 if (n->nlmsg_type == RTM_GETNEIGH) {
395 } else if (n->nlmsg_type == RTM_NEWNEIGH) {
ss.c     [all...]
ifstat.c 90 if (m->nlmsg_type != RTM_NEWLINK)
  /external/libnl/lib/
cache_mngr.c 105 int type = nlmsg_hdr(msg)->nlmsg_type;
handlers.c 45 nl_nlmsgtype2str(n->nlmsg_type, type, sizeof(type)),
cache.c 643 if (ops->co_msgtypes[i].mt_id == nlh->nlmsg_type) {
  /external/libnl/lib/fib_lookup/
lookup.c 82 res->ce_msgtype = n->nlmsg_type;
  /external/libnl/lib/genl/
ctrl.c 78 family->ce_msgtype = info->nlh->nlmsg_type;
  /external/libnl/lib/netfilter/
log_msg.c 76 msg->ce_msgtype = nlh->nlmsg_type;
queue_msg.c 74 msg->ce_msgtype = nlh->nlmsg_type;
ct.c 300 ct->ce_msgtype = nlh->nlmsg_type;
  /external/libnl/lib/route/
cls.c 50 cls->ce_msgtype = nlh->nlmsg_type;
qdisc.c 111 qdisc->ce_msgtype = n->nlmsg_type;
neigh.c 266 neigh->ce_msgtype = n->nlmsg_type;
neightbl.c 136 ntbl->ce_msgtype = n->nlmsg_type;
  /system/core/libnetutils/
ifc_utils.c 303 req.n.nlmsg_type = action;
333 if (!NLMSG_OK(nh, (unsigned) len) || nh->nlmsg_type != NLMSG_ERROR) {
  /external/nfacct/
nfacct.c 146 if (hdr->nlmsg_type == NLMSG_ERROR) {
  /frameworks/base/core/java/android/net/
IpReachabilityMonitor.java 420 final short msgType = neighMsg.getHeader().nlmsg_type;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp     [all...]

Completed in 797 milliseconds

1 2 3 4 56 7