Searched refs:nlmsg_type (Results 51 - 75 of 76) sorted by relevance

1234

/external/libnl/lib/genl/
H A Dctrl.c78 family->ce_msgtype = info->nlh->nlmsg_type;
/external/libnl/lib/
H A Dhandlers.c45 nl_nlmsgtype2str(n->nlmsg_type, type, sizeof(type)),
H A Dcache.c643 if (ops->co_msgtypes[i].mt_id == nlh->nlmsg_type) {
/external/libnl/lib/netfilter/
H A Dlog_msg.c76 msg->ce_msgtype = nlh->nlmsg_type;
H A Dqueue_msg.c74 msg->ce_msgtype = nlh->nlmsg_type;
H A Dct.c300 ct->ce_msgtype = nlh->nlmsg_type;
/external/libnl/lib/route/
H A Dclass.c42 class->ce_msgtype = n->nlmsg_type;
H A Dcls.c50 cls->ce_msgtype = nlh->nlmsg_type;
H A Dqdisc.c111 qdisc->ce_msgtype = n->nlmsg_type;
H A Dneigh.c266 neigh->ce_msgtype = n->nlmsg_type;
H A Dneightbl.c136 ntbl->ce_msgtype = n->nlmsg_type;
H A Drule.c94 rule->ce_msgtype = n->nlmsg_type;
H A Daddr.c202 addr->ce_msgtype = nlh->nlmsg_type;
H A Dlink.c270 link->ce_msgtype = n->nlmsg_type;
H A Droute_obj.c926 route->ce_msgtype = nlh->nlmsg_type;
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_recv_thread.c234 if (nh->nlmsg_type == NLMSG_DONE)
237 if (nh->nlmsg_type == RTM_NEWADDR || nh->nlmsg_type == RTM_DELADDR) {
249 sctp_handle_ifamsg(nh->nlmsg_type, rtmsg->ifa_index, (struct sockaddr *)sa);
258 sctp_handle_ifamsg(nh->nlmsg_type, rtmsg->ifa_index, (struct sockaddr *)sa6);
/external/iproute2/misc/
H A Dss.c1511 req.nlh.nlmsg_type = socktype;
1596 if (h->nlmsg_type == NLMSG_DONE) {
1600 if (h->nlmsg_type == NLMSG_ERROR) {
1679 if (h->nlmsg_type == NLMSG_DONE)
1682 if (h->nlmsg_type == NLMSG_ERROR) {
2093 req.nlh.nlmsg_type = SOCK_DIAG_BY_FAMILY;
2136 if (h->nlmsg_type == NLMSG_DONE)
2139 if (h->nlmsg_type == NLMSG_ERROR) {
H A Difstat.c90 if (m->nlmsg_type != RTM_NEWLINK)
/external/iproute2/ip/
H A Dlink_gre.c71 req.n.nlmsg_type = RTM_GETLINK;
H A Diplink.c152 if (n->nlmsg_type == NLMSG_ERROR &&
173 req.n.nlmsg_type = RTM_NEWLINK;
480 req.n.nlmsg_type = cmd;
/external/nfacct/
H A Dnfacct.c146 if (hdr->nlmsg_type == NLMSG_ERROR) {
/external/chromium_org/net/base/
H A Daddress_tracker_linux_unittest.cc101 header()->nlmsg_type = type;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_init.c692 switch (h->nlmsg_type) {
/external/wpa_supplicant_8/src/ap/
H A Dvlan_init.c692 switch (h->nlmsg_type) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_init.c692 switch (h->nlmsg_type) {

Completed in 146 milliseconds

1234