Searched refs:SIOCDELRT (Results 1 – 8 of 8) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 31 #define SIOCDELRT 0x890C /* delete routing table entry */ macro
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_sys_ioctl.c | 34 PyModule_AddIntMacro(m, SIOCDELRT); in _init_sys_ioctl_h()
|
/external/toybox/toys/pending/ |
D | route.c | 295 else xioctl(sokfd, SIOCDELRT, &rt); in setroute() 381 else xioctl(sockfd, SIOCDELRT, &rt); in setroute_inet6()
|
/external/ppp/pppd/ |
D | sys-linux.c | 1682 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) { in cifdefaultroute() 2492 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) { in cifaddr()
|
D | sys-solaris.c | 2087 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) { 2618 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 641 unsigned IOCTL_SIOCDELRT = SIOCDELRT;
|
D | sanitizer_common_interceptors_ioctl.inc | 217 _(SIOCDELRT, READ, struct_rtentry_sz);
|
/external/iputils/ |
D | rdisc.c | 1486 rtioctl(addr, SIOCDELRT); in del_route()
|