Searched refs:send_nlmesg (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | ip.c | 146 static void send_nlmesg(int type, int flags, int family, in send_nlmesg() function 634 send_nlmesg(0, 0, 0, (void *)&request, request.mhdr.nlmsg_len); in linkupdate() 932 send_nlmesg(0, 0, 0, (void*)&request, sizeof(request)); in link_show() 987 send_nlmesg(RTM_DELADDR, 0, 0, h, h->nlmsg_len); in print_addrinfo() 1212 send_nlmesg(RTM_NEWADDR, 0, AF_UNSPEC, (void *)&req, req.nlm.nlmsg_len); in ipaddrupdate() 1341 send_nlmesg(RTM_GETADDR, NLM_F_ROOT|NLM_F_MATCH|NLM_F_REQUEST, in ipaddr_print() 1728 send_nlmesg(0, 0, 0, &request, sizeof(request)); in route_get() 1757 send_nlmesg(0, 0, 0, mhdr, mhdr->nlmsg_len); in route_get() 1885 send_nlmesg(0, 0, 0, (void*)&request, sizeof (request)); in route_show_flush() 2020 send_nlmesg(0, 0, 0, &req, sizeof(req)); in route_update() [all …]
|