Searched refs:addattr32 (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.h34 extern int addattr32(struct nlmsghdr *n, int maxlen, int type, uint32_t data);
H A Diprule.c247 addattr32(&req.n, sizeof(req), RTA_PRIORITY, pref);
259 addattr32(&req.n, sizeof(req), RTA_PROTOINFO, fwmark);
265 addattr32(&req.n, sizeof(req), RTA_FLOW, realm);
281 addattr32(&req.n, sizeof(req), RTA_GATEWAY, get_addr32(*argv));
H A Diproute.c399 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);
439 addattr32(&req.n, sizeof(req), RTA_OIF, idx);
771 addattr32(&req.n, sizeof(req), RTA_IIF, idx);
775 addattr32(&req.n, sizeof(req), RTA_OIF, idx);
H A Dlibnetlink.c312 int addattr32(struct nlmsghdr *n, int maxlen, int type, uint32_t data) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Dlibnetlink.h36 extern int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Diprule.c235 addattr32(&req.n, sizeof(req), RTA_PRIORITY, pref);
247 addattr32(&req.n, sizeof(req), RTA_PROTOINFO, fwmark);
253 addattr32(&req.n, sizeof(req), RTA_FLOW, realm);
270 addattr32(&req.n, sizeof(req), RTA_GATEWAY, get_addr32(*argv));
H A Diproute.c725 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);
822 addattr32(&req.n, sizeof(req), RTA_FLOW, realm);
900 addattr32(&req.n, sizeof(req), RTA_OIF, idx);
1319 addattr32(&req.n, sizeof(req), RTA_IIF, idx);
1326 addattr32(&req.n, sizeof(req), RTA_OIF, idx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_police.c293 addattr32(n, MAX_MSG, TCA_POLICE_AVRATE, avrate);
295 addattr32(n, MAX_MSG, TCA_POLICE_RESULT, presult);
H A Dm_action.c421 addattr32(&req.n, MAX_MSG, TCA_ACT_INDEX, i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Drt_netlink.c1011 addattr32 (struct nlmsghdr *n, int maxlen, int type, int data) function
1165 addattr32 (&req.n, sizeof req, RTA_OIF, index);
1229 addattr32 (&req.n, sizeof req, RTA_PRIORITY, rib->metric);
1267 addattr32 (&req.n, sizeof req, RTA_OIF,
1288 addattr32 (&req.n, sizeof req, RTA_OIF, nexthop->ifindex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dlibnetlink.c477 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data) function
482 fprintf(stderr,"addattr32: Error! max allowed bound %d exceeded\n",maxlen);

Completed in 123 milliseconds