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

/external/kernel-headers/original/uapi/linux/
H A Dsockios.h31 #define SIOCDELRT 0x890C /* delete routing table entry */ macro
/external/autotest/client/deps/lansim/src/
H A Dwrapper_sys_ioctl.c34 PyModule_AddIntMacro(m, SIOCDELRT);
/external/toybox/toys/pending/
H A Droute.c295 else xioctl(sokfd, SIOCDELRT, &rt);
381 else xioctl(sockfd, SIOCDELRT, &rt);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc217 _(SIOCDELRT, READ, struct_rtentry_sz);
H A Dsanitizer_platform_limits_posix.cc641 unsigned IOCTL_SIOCDELRT = SIOCDELRT;
/external/ppp/pppd/
H A Dsys-linux.c1682 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
1685 error("default route ioctl(SIOCDELRT): %m");
2492 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
2494 error("ioctl(SIOCDELRT) device route: %m (line %d)", __LINE__);
H A Dsys-solaris.c2087 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
2618 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
/external/iputils/
H A Drdisc.c1486 rtioctl(addr, SIOCDELRT);

Completed in 391 milliseconds