Home
last modified time | relevance | path

Searched refs:SIOCDELRT (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsockios.h29 #define SIOCDELRT 0x890C /* delete routing table entry */ macro
/external/ppp/pppd/
Dsys-linux.c1651 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) { in cifdefaultroute()
2427 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) { in cifaddr()
Dsys-solaris.c2084 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
2610 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc643 unsigned IOCTL_SIOCDELRT = SIOCDELRT;
Dsanitizer_common_interceptors_ioctl.inc214 _(SIOCDELRT, READ, struct_rtentry_sz);
/external/iputils/
Drdisc.c1486 rtioctl(addr, SIOCDELRT); in del_route()
/external/strace/linux/
Dioctlent.h.in1655 {"linux/sockios.h", "SIOCDELRT", 0x890c},