Searched refs:SIOCADDRT (Results 1 – 9 of 9) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 30 #define SIOCADDRT 0x890B /* add routing table entry */ macro
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_sys_ioctl.c | 33 PyModule_AddIntMacro(m, SIOCADDRT); in _init_sys_ioctl_h()
|
/external/toybox/toys/pending/ |
D | route.c | 294 if (action == 1) xioctl(sokfd, SIOCADDRT, &rt); in setroute() 380 if (action == 1) xioctl(sockfd, SIOCADDRT, &rt); in setroute_inet6()
|
/external/iputils/ |
D | rdisc.c | 1478 rtioctl(addr, SIOCADDRT); in add_route() 1510 if (!(op == SIOCADDRT && errno == EEXIST)) in rtioctl()
|
/external/ppp/pppd/ |
D | sys-linux.c | 1649 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()
|
D | sys-solaris.c | 2058 if (ioctl(ipfd, SIOCADDRT, &rt) < 0) {
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_ssdp.c | 827 if (ioctl(sock, SIOCADDRT, &rt) < 0) { in add_ssdp_network()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 639 unsigned IOCTL_SIOCADDRT = SIOCADDRT;
|
D | sanitizer_common_interceptors_ioctl.inc | 215 _(SIOCADDRT, READ, struct_rtentry_sz);
|