/third_party/libnl/include/netlink/ |
D | netlink-kernel.h | 199 #define NLMSG_ALIGNTO 4 206 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
|
/third_party/libnl/include/linux-private/linux/ |
D | netlink.h | 89 #define NLMSG_ALIGNTO 4U macro 90 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) ) 186 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | priv_netlink.h | 48 #define NLMSG_ALIGNTO 4 macro 49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | priv_netlink.h | 48 #define NLMSG_ALIGNTO 4 macro 49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
|
/third_party/libnl/src/ |
D | nl-route-get.c | 72 if (nlmsg_append(m, &rmsg, sizeof(rmsg), NLMSG_ALIGNTO) < 0) in main()
|
/third_party/libnl/lib/netfilter/ |
D | nfnl.c | 182 nfg = nlmsg_reserve(msg, sizeof(*nfg), NLMSG_ALIGNTO); in nfnlmsg_append()
|
/third_party/libnl/lib/route/link/ |
D | veth.c | 135 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) in veth_put_attrs()
|
/third_party/libnl/lib/fib_lookup/ |
D | lookup.c | 239 if (nlmsg_append(msg, &fr, sizeof(fr), NLMSG_ALIGNTO) < 0) in flnl_lookup_build_request()
|
/third_party/libnl/lib/route/ |
D | class.c | 218 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) { in rtnl_class_build_delete_request()
|
D | qdisc.c | 298 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) in rtnl_qdisc_build_delete_request()
|
D | neigh.c | 472 if (nlmsg_append(msg, &hdr, sizeof(hdr), NLMSG_ALIGNTO) < 0) in neigh_request_update() 716 if (nlmsg_append(msg, &nhdr, sizeof(nhdr), NLMSG_ALIGNTO) < 0) in build_neigh_msg()
|
D | act.c | 150 if (nlmsg_append(msg, &tcahdr, sizeof(tcahdr), NLMSG_ALIGNTO) < 0) in rtnl_act_msg_build()
|
D | link.c | 815 if (nlmsg_append(msg, &hdr, sizeof(hdr), NLMSG_ALIGNTO) < 0) in link_request_update() 1390 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) { in rtnl_link_build_get_request() 1592 if (nlmsg_append(msg, hdr, sizeof(*hdr), NLMSG_ALIGNTO) < 0) in build_link_msg() 1869 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) in rtnl_link_build_delete_request()
|
D | route_obj.c | 1379 if (nlmsg_append(msg, &rtmsg, sizeof(rtmsg), NLMSG_ALIGNTO) < 0) in rtnl_route_build_msg() 1449 rtnh = nlmsg_reserve(msg, sizeof(*rtnh), NLMSG_ALIGNTO); in rtnl_route_build_msg()
|
D | neightbl.c | 474 if (nlmsg_append(m, &ndt, sizeof(ndt), NLMSG_ALIGNTO) < 0) in rtnl_neightbl_build_change_request()
|
D | tc.c | 218 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) { in rtnl_tc_msg_build()
|
D | addr.c | 647 if (nlmsg_append(msg, &am, sizeof(am), NLMSG_ALIGNTO) < 0) in build_addr_msg()
|
D | rule.c | 455 if (nlmsg_append(msg, &frh, sizeof(frh), NLMSG_ALIGNTO) < 0) in build_rule_msg()
|
/third_party/libnl/lib/xfrm/ |
D | sp.c | 713 if (nlmsg_append(msg, &spid, sizeof(spid), NLMSG_ALIGNTO) < 0) in xfrmnl_sp_build_get_request() 829 if (nlmsg_append(msg, &sp_info, sizeof(sp_info), NLMSG_ALIGNTO) < 0) in build_xfrm_sp_message() 853 tmpl = nlmsg_reserve(msg, sizeof(*tmpl), NLMSG_ALIGNTO); in build_xfrm_sp_message() 994 if (nlmsg_append(msg, &spid, sizeof(spid), NLMSG_ALIGNTO) < 0) in build_xfrm_sp_delete_message()
|
D | ae.c | 396 if (nlmsg_append(msg, &ae_id, sizeof(ae_id), NLMSG_ALIGNTO) < 0) in build_xfrm_ae_message() 616 if (nlmsg_append(msg, &ae_id, sizeof(ae_id), NLMSG_ALIGNTO) < 0) in xfrmnl_ae_build_get_request()
|
D | sa.c | 1049 if (nlmsg_append(msg, &sa_id, sizeof(sa_id), NLMSG_ALIGNTO) < 0) in xfrmnl_sa_build_get_request() 1171 if (nlmsg_append(msg, &sa_info, sizeof(sa_info), NLMSG_ALIGNTO) < 0) in build_xfrm_sa_message() 1349 if (nlmsg_append(msg, &sa_id, sizeof(sa_id), NLMSG_ALIGNTO) < 0) in build_xfrm_sa_delete_message()
|
/third_party/libnl/lib/ |
D | msg.c | 528 nlmsg_reserve(n, payload, NLMSG_ALIGNTO) == NULL) in nlmsg_put()
|
D | nl.c | 592 err = nlmsg_append(msg, buf, size, NLMSG_ALIGNTO); in nl_send_simple()
|
/third_party/libnl/lib/route/qdisc/ |
D | netem.c | 327 NLMSG_LENGTH(sizeof(struct tcmsg)) - NLMSG_ALIGNTO); in netem_msg_fill_raw()
|
/third_party/libnl/doc/ |
D | core.txt | 1203 boundries. The alignment value is defined by NLMSG_ALIGNTO and is 1206 must start at an offset which is a multiple of NLMSG_ALIGNTO. 1325 to start at a multiple of +NLMSG_ALIGNTO+. Padding at the end of the 1528 equivalent to calling +nlmsg_reserve(msg, payload, NLMSG_ALIGNTO)+. 2360 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0)
|