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

/external/kernel-headers/original/linux/
H A Dsockios.h29 #define SIOCDELRT 0x890C /* delete routing table entry */ macro
/external/ppp/pppd/
H A Dsys-linux.c1650 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
1653 error("default route ioctl(SIOCDELRT): %m");
2426 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
2428 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) {

Completed in 85 milliseconds