Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsockios.h31 #define SIOCDELRT 0x890C /* delete routing table entry */ macro
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c34 PyModule_AddIntMacro(m, SIOCDELRT); in _init_sys_ioctl_h()
/external/toybox/toys/pending/
Droute.c295 else xioctl(sokfd, SIOCDELRT, &rt); in setroute()
381 else xioctl(sockfd, SIOCDELRT, &rt); in setroute_inet6()
/external/ppp/pppd/
Dsys-linux.c1682 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) { in cifdefaultroute()
2492 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) { in cifaddr()
Dsys-solaris.c2087 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
2618 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc641 unsigned IOCTL_SIOCDELRT = SIOCDELRT;
Dsanitizer_common_interceptors_ioctl.inc217 _(SIOCDELRT, READ, struct_rtentry_sz);
/external/iputils/
Drdisc.c1486 rtioctl(addr, SIOCDELRT); in del_route()