Searched refs:nlmsg_type (Results 1 - 25 of 76) sorted by last modified time

1234

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_init.c692 switch (h->nlmsg_type) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnetlink.c59 switch (h->nlmsg_type) {
184 req.hdr.nlmsg_type = RTM_SETLINK;
H A Dpriv_netlink.h86 u16 nlmsg_type; member in struct:nlmsghdr
/external/wpa_supplicant_8/src/ap/
H A Dvlan_init.c692 switch (h->nlmsg_type) {
/external/wpa_supplicant_8/src/drivers/
H A Dnetlink.c59 switch (h->nlmsg_type) {
184 req.hdr.nlmsg_type = RTM_SETLINK;
H A Dpriv_netlink.h86 u16 nlmsg_type; member in struct:nlmsghdr
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_init.c692 switch (h->nlmsg_type) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnetlink.c59 switch (h->nlmsg_type) {
184 req.hdr.nlmsg_type = RTM_SETLINK;
H A Dpriv_netlink.h86 u16 nlmsg_type; member in struct:nlmsghdr
/external/qemu/distrib/libselinux/src/
H A Davc_internal.c164 switch (nlh->nlmsg_type) {
219 avc_prefix, nlh->nlmsg_type);
/external/nfacct/
H A Dnfacct.c146 if (hdr->nlmsg_type == NLMSG_ERROR) {
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1035 pNLMsg->nlmsg_type < RTM_BASE ? kNLMsgTypes[pNLMsg->nlmsg_type] : kNLRtMsgTypes[pNLMsg->nlmsg_type - RTM_BASE],
1038 if (RTM_NEWLINK <= pNLMsg->nlmsg_type && pNLMsg->nlmsg_type <= RTM_GETLINK)
1045 else if (RTM_NEWADDR <= pNLMsg->nlmsg_type && pNLMsg->nlmsg_type <= RTM_GETADDR)
1097 if (pNLMsg->nlmsg_type == RTM_GETLINK || pNLMsg->nlmsg_type == RTM_NEWLINK)
1099 else if (pNLMsg->nlmsg_type
[all...]
/external/libselinux/src/
H A Davc_internal.c164 switch (nlh->nlmsg_type) {
219 avc_prefix, nlh->nlmsg_type);
/external/libpcap/
H A Dpcap-netfilter-linux.c119 if (NFNL_SUBSYS_ID(nlh->nlmsg_type) == NFNL_SUBSYS_ULOG &&
120 NFNL_MSG_TYPE(nlh->nlmsg_type) == NFULNL_MSG_PACKET)
123 if (NFNL_SUBSYS_ID(nlh->nlmsg_type) == NFNL_SUBSYS_QUEUE &&
124 NFNL_MSG_TYPE(nlh->nlmsg_type) == NFQNL_MSG_PACKET)
259 nlh->nlmsg_type = msg_type;
309 if (nlh->nlmsg_type == NLMSG_ERROR || (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_MULTI)) {
/external/libnl/include/linux/
H A Dnetlink.h41 __u16 nlmsg_type; /* Message content */ member in struct:nlmsghdr
/external/libnl/include/netlink/
H A Dnetlink-kernel.h37 uint16_t nlmsg_type; member in struct:nlmsghdr
/external/libnl/lib/
H A Dcache.c643 if (ops->co_msgtypes[i].mt_id == nlh->nlmsg_type) {
H A Dcache_mngr.c105 int type = nlmsg_hdr(msg)->nlmsg_type;
H A Dhandlers.c45 nl_nlmsgtype2str(n->nlmsg_type, type, sizeof(type)),
H A Dmsg.c114 * .nlmsg_type = MY_TYPE,
435 new->nlmsg_type = hdr->nlmsg_type;
455 .nlmsg_type = nlmsgtype,
620 nlh->nlmsg_type = type;
841 nlmsg_hdr(msg)->nlmsg_type);
907 ops = nl_cache_ops_associate(nlmsg_get_proto(msg), nlh->nlmsg_type);
909 mt = nl_msgtype_lookup(ops, nlh->nlmsg_type);
915 nl_nlmsgtype2str(nlh->nlmsg_type, buf, sizeof(buf));
917 fprintf(ofd, " .nlmsg_type
[all...]
/external/libnl/lib/fib_lookup/
H A Dlookup.c82 res->ce_msgtype = n->nlmsg_type;
/external/libnl/lib/genl/
H A Dctrl.c78 family->ce_msgtype = info->nlh->nlmsg_type;
/external/libnl/lib/netfilter/
H A Dct.c300 ct->ce_msgtype = nlh->nlmsg_type;
H A Dlog_msg.c76 msg->ce_msgtype = nlh->nlmsg_type;
H A Dnfnl.c133 return NFNL_SUBSYS_ID(nlh->nlmsg_type);
142 return NFNL_MSG_TYPE(nlh->nlmsg_type);

Completed in 283 milliseconds

1234