Searched refs:send_nlmesg (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | ip.c | 161 static void send_nlmesg(int type, int flags, int family, in send_nlmesg() function 679 send_nlmesg(0, 0, 0, (void *)&request, request.mhdr.nlmsg_len); in linkupdate() 977 send_nlmesg(0, 0, 0, (void*)&request, sizeof(request)); in link_show() 1033 send_nlmesg(RTM_DELADDR, 0, 0, h, h->nlmsg_len); in print_addrinfo() 1258 send_nlmesg(RTM_NEWADDR, 0, AF_UNSPEC, (void *)&req, req.nlm.nlmsg_len); in ipaddrupdate() 1387 send_nlmesg(RTM_GETADDR, NLM_F_ROOT|NLM_F_MATCH|NLM_F_REQUEST, in ipaddr_print() 1836 send_nlmesg(0, 0, 0, &request, sizeof(request)); in route_get() 1865 send_nlmesg(0, 0, 0, mhdr, mhdr->nlmsg_len); in route_get() 1993 send_nlmesg(0, 0, 0, (void*)&request, sizeof (request)); in route_show_flush() 2126 send_nlmesg(0, 0, 0, &req, sizeof(req)); in route_update() [all …]
|