Searched refs:brk_on_route_error (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/network/stress/route/ |
D | route-change-netlink.c | 176 static void brk_on_route_error(const char *msg, int iface, in brk_on_route_error() function 244 brk_on_route_error("mnl_socket_open", iface, dst->ai_addr, gw ? in rtnl_route() 248 brk_on_route_error("mnl_socket_bind", iface, dst->ai_addr, gw ? in rtnl_route() 254 brk_on_route_error("mnl_socket_sendto", iface, dst->ai_addr, gw in rtnl_route() 259 brk_on_route_error("mnl_socket_recvfrom", iface, dst->ai_addr, in rtnl_route() 264 brk_on_route_error("mnl_cb_run", iface, dst->ai_addr, gw ? in rtnl_route()
|