Home
last modified time | relevance | path

Searched refs:nlmsg_alloc_simple (Results 1 – 18 of 18) sorted by relevance

/external/libnl/src/
Dnl-route-get.c67 m = nlmsg_alloc_simple(RTM_GETROUTE, 0); in main()
/external/libnl/lib/netfilter/
Dnfnl.c205 msg = nlmsg_alloc_simple(NFNLMSG_TYPE(subsys_id, type), flags); in nfnlmsg_alloc_simple()
/external/libnl/include/netlink/
Dmsg.h74 extern struct nl_msg * nlmsg_alloc_simple(int, int);
/external/libnl/lib/route/
Droute.c114 if (!(msg = nlmsg_alloc_simple(cmd, flags))) in build_route_msg()
Dclass.c206 if (!(msg = nlmsg_alloc_simple(RTM_DELTCLASS, 0))) in rtnl_class_build_delete_request()
Dqdisc.c285 if (!(msg = nlmsg_alloc_simple(RTM_DELQDISC, 0))) in rtnl_qdisc_build_delete_request()
Dact.c135 msg = nlmsg_alloc_simple(type, flags); in rtnl_act_msg_build()
Dlink.c1130 if (!(msg = nlmsg_alloc_simple(RTM_GETLINK, 0))) in rtnl_link_build_get_request()
1309 msg = nlmsg_alloc_simple(cmd, flags); in build_link_msg()
1563 if (!(msg = nlmsg_alloc_simple(RTM_DELLINK, 0))) in rtnl_link_build_delete_request()
Dneightbl.c469 m = nlmsg_alloc_simple(RTM_SETNEIGHTBL, 0); in rtnl_neightbl_build_change_request()
Drule.c373 msg = nlmsg_alloc_simple(cmd, flags); in build_rule_msg()
Dneigh.c586 msg = nlmsg_alloc_simple(cmd, flags); in build_neigh_msg()
Dtc.c206 msg = nlmsg_alloc_simple(type, flags); in rtnl_tc_msg_build()
Daddr.c571 msg = nlmsg_alloc_simple(cmd, flags); in build_addr_msg()
/external/libnl/lib/fib_lookup/
Dlookup.c233 msg = nlmsg_alloc_simple(0, flags); in flnl_lookup_build_request()
/external/libnl/lib/
Dmsg.c346 struct nl_msg *nlmsg_alloc_simple(int nlmsgtype, int flags) in nlmsg_alloc_simple() function
Dnl.c555 msg = nlmsg_alloc_simple(type, flags); in nl_send_simple()
/external/libnl/python/netlink/
Dcapi.i217 extern struct nl_msg * nlmsg_alloc_simple(int, int);
/external/libnl/doc/
Dcore.txt1488 Alternatively nlmsg_alloc_simple() takes a netlink message type and
1497 struct nl_msg *nlmsg_alloc_simple(int nlmsg_type, int flags);
1503 added unless one of the function nlmsg_alloc_simple() or nlmsg_inherit()
2356 if (!(msg = nlmsg_alloc_simple(RTM_SETLINK, 0)))