Searched refs:SIOCDELRT (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dsockios.h29 #define SIOCDELRT 0x890C /* delete routing table entry */ macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc214 _(SIOCDELRT, READ, struct_rtentry_sz);
H A Dsanitizer_platform_limits_posix.cc643 unsigned IOCTL_SIOCDELRT = SIOCDELRT;
/external/ppp/pppd/
H A Dsys-linux.c1651 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
1654 error("default route ioctl(SIOCDELRT): %m");
2427 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
2429 error("ioctl(SIOCDELRT) device route: %m (line %d)", __LINE__);
H A Dsys-solaris.c2084 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
2610 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
/external/iputils/
H A Drdisc.c1486 rtioctl(addr, SIOCDELRT);

Completed in 177 milliseconds