Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/uapi/linux/
Dsockios.h32 #define SIOCDELRT 0x890C /* delete routing table entry */ macro
/external/iproute2/include/uapi/linux/
Dsockios.h32 #define SIOCDELRT 0x890C /* delete routing table entry */ macro
/external/syzkaller/sys/linux/
Dsocket_inet_arm.const76 SIOCDELRT = 35084
Dsocket_inet_386.const76 SIOCDELRT = 35084
Dsocket_inet_ppc64le.const76 SIOCDELRT = 35084
Dsocket_inet_arm64.const76 SIOCDELRT = 35084
Dsocket_inet_amd64.const76 SIOCDELRT = 35084
Dsocket_inet6_arm64.const118 SIOCDELRT = 35084
Dsocket_inet6_arm.const118 SIOCDELRT = 35084
Dsocket_inet6_386.const118 SIOCDELRT = 35084
Dsocket_inet6_ppc64le.const118 SIOCDELRT = 35084
Dsocket_inet6_amd64.const118 SIOCDELRT = 35084
Dsocket_ipx.txt47 # TODO: SIOCDELRT & SIOCADDRT (net/ipx/ipx_route.c)
Dsocket_inet.txt152 ioctl$sock_inet_SIOCDELRT(fd sock_in, cmd const[SIOCDELRT], arg ptr[in, rtentry_in])
Dsocket_inet6.txt170 ioctl$sock_inet6_SIOCDELRT(fd sock_in6, cmd const[SIOCDELRT], arg ptr[in, in6_rtmsg])
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c34 PyModule_AddIntMacro(m, SIOCDELRT); in _init_sys_ioctl_h()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Derrors_freebsd_amd64.go222 SIOCDELRT = 0x8040720b const
Derrors_freebsd_arm.go221 SIOCDELRT = 0x8030720b const
Derrors_freebsd_386.go222 SIOCDELRT = 0x8030720b const
Dzerrors_solaris_amd64.go809 SIOCDELRT = -0x7fcf8df5 const
Dzerrors_dragonfly_amd64.go1079 SIOCDELRT = 0x8040720b const
Dzerrors_netbsd_arm.go1177 SIOCDELRT = 0x8030720b const
/external/toybox/toys/pending/
Droute.c296 else xioctl(sokfd, SIOCDELRT, &rt); in setroute()
383 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) {

12