Home
last modified time | relevance | path

Searched refs:SIOCADDRT (Results 1 – 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsockios.h30 #define SIOCADDRT 0x890B /* add routing table entry */ macro
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c33 PyModule_AddIntMacro(m, SIOCADDRT); in _init_sys_ioctl_h()
/external/toybox/toys/pending/
Droute.c294 if (action == 1) xioctl(sokfd, SIOCADDRT, &rt); in setroute()
380 if (action == 1) xioctl(sockfd, SIOCADDRT, &rt); in setroute_inet6()
/external/iputils/
Drdisc.c1478 rtioctl(addr, SIOCADDRT); in add_route()
1510 if (!(op == SIOCADDRT && errno == EEXIST)) in rtioctl()
/external/ppp/pppd/
Dsys-linux.c1649 if (ioctl(sock_fd, SIOCADDRT, &rt) < 0) { in sifdefaultroute()
2435 if (ioctl(sock_fd, SIOCADDRT, &rt) < 0) { in sifaddr()
2558 if (ioctl(sock6_fd, SIOCADDRT, &rt6) < 0) { in sif6addr()
Dsys-solaris.c2058 if (ioctl(ipfd, SIOCADDRT, &rt) < 0) {
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_ssdp.c827 if (ioctl(sock, SIOCADDRT, &rt) < 0) { in add_ssdp_network()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc639 unsigned IOCTL_SIOCADDRT = SIOCADDRT;
Dsanitizer_common_interceptors_ioctl.inc215 _(SIOCADDRT, READ, struct_rtentry_sz);