Home
last modified time | relevance | path

Searched refs:nl_send_simple (Results 1 – 16 of 16) sorted by relevance

/external/libnl/include/netlink/
Dnetlink.h64 extern int nl_send_simple(struct nl_sock *, int, int,
/external/libnl/lib/route/
Drtnl.c42 err = nl_send_simple(sk, type, flags, &gmsg, sizeof(gmsg)); in nl_rtgen_request()
Droute.c49 return nl_send_simple(h, RTM_GETROUTE, NLM_F_DUMP, &rhdr, sizeof(rhdr)); in route_request_update()
Dclass.c61 return nl_send_simple(sk, RTM_GETTCLASS, NLM_F_DUMP, &tchdr, in class_request_update()
Dcls.c477 return nl_send_simple(sk, RTM_GETTFILTER, NLM_F_DUMP, &tchdr, in cls_request_update()
Dqdisc.c51 return nl_send_simple(sk, RTM_GETQDISC, NLM_F_DUMP, &tchdr, in qdisc_request_update()
Dact.c537 return nl_send_simple(sk, RTM_GETACTION, NLM_F_DUMP, &tcahdr, in act_request_update()
Dnetconf.c172 return nl_send_simple(sk, RTM_GETNETCONF, NLM_F_DUMP, &nc, sizeof(nc)); in netconf_request_update()
/external/libnl/lib/netfilter/
Dnfnl.c113 return nl_send_simple(sk, NFNLMSG_TYPE(subsys_id, type), flags, in nfnl_send_simple()
/external/libnl/lib/genl/
Dgenl.c87 return nl_send_simple(sk, family, flags, &hdr, sizeof(hdr)); in genl_send_simple()
/external/libnl/lib/idiag/
Didiag.c70 return nl_send_simple(sk, TCPDIAG_GETSOCK, flags, &req, sizeof(req)); in idiagnl_send_simple()
/external/libnl/
Dlibnl-3.sym196 nl_send_simple;
/external/libnl/lib/
Dnl.c574 int nl_send_simple(struct nl_sock *sk, int type, int flags, void *buf, in nl_send_simple() function
/external/libnl/lib/xfrm/
Dsp.c525 return nl_send_simple (h, XFRM_MSG_GETPOLICY, NLM_F_DUMP, NULL, 0); in xfrm_sp_request_update()
Dsa.c680 return nl_send_simple (h, XFRM_MSG_GETSA, NLM_F_DUMP, NULL, 0); in xfrm_sa_request_update()
/external/libnl/doc/
Dcore.txt1016 int nl_send_simple(struct nl_sock *sk, int type, int flags,
1039 nl_send_simple(sock, RTM_GETLINK, NLM_F_DUMP, &rt_hdr, sizeof(rt_hdr));