Searched refs:send_nlmesg (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | ip.c | 140 static void send_nlmesg(int type, int flags, int family, in send_nlmesg() function 628 send_nlmesg(0, 0, 0, (void *)&request, request.mhdr.nlmsg_len); in linkupdate() 926 send_nlmesg(0, 0, 0, (void*)&request, sizeof(request)); in link_show() 982 send_nlmesg(RTM_DELADDR, 0, 0, h, h->nlmsg_len); in print_addrinfo() 1207 send_nlmesg(RTM_NEWADDR, 0, AF_UNSPEC, (void *)&req, req.nlm.nlmsg_len); in ipaddrupdate() 1336 send_nlmesg(RTM_GETADDR, NLM_F_ROOT|NLM_F_MATCH|NLM_F_REQUEST, in ipaddr_print() 1724 send_nlmesg(0, 0, 0, &request, sizeof(request)); in route_get() 1753 send_nlmesg(0, 0, 0, mhdr, mhdr->nlmsg_len); in route_get() 1881 send_nlmesg(0, 0, 0, (void*)&request, sizeof (request)); in route_show_flush() 2016 send_nlmesg(0, 0, 0, &req, sizeof(req)); in route_update() [all …]
|