Searched refs:SIOCDELRT (Results 1 – 25 of 43) sorted by relevance
12
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 32 #define SIOCDELRT 0x890C /* delete routing table entry */ macro
|
/external/iproute2/include/uapi/linux/ |
D | sockios.h | 32 #define SIOCDELRT 0x890C /* delete routing table entry */ macro
|
/external/syzkaller/sys/linux/ |
D | socket_inet_arm.const | 76 SIOCDELRT = 35084
|
D | socket_inet_386.const | 76 SIOCDELRT = 35084
|
D | socket_inet_ppc64le.const | 76 SIOCDELRT = 35084
|
D | socket_inet_arm64.const | 76 SIOCDELRT = 35084
|
D | socket_inet_amd64.const | 76 SIOCDELRT = 35084
|
D | socket_inet6_arm64.const | 118 SIOCDELRT = 35084
|
D | socket_inet6_arm.const | 118 SIOCDELRT = 35084
|
D | socket_inet6_386.const | 118 SIOCDELRT = 35084
|
D | socket_inet6_ppc64le.const | 118 SIOCDELRT = 35084
|
D | socket_inet6_amd64.const | 118 SIOCDELRT = 35084
|
D | socket_ipx.txt | 47 # TODO: SIOCDELRT & SIOCADDRT (net/ipx/ipx_route.c)
|
D | socket_inet.txt | 152 ioctl$sock_inet_SIOCDELRT(fd sock_in, cmd const[SIOCDELRT], arg ptr[in, rtentry_in])
|
D | socket_inet6.txt | 170 ioctl$sock_inet6_SIOCDELRT(fd sock_in6, cmd const[SIOCDELRT], arg ptr[in, in6_rtmsg])
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_sys_ioctl.c | 34 PyModule_AddIntMacro(m, SIOCDELRT); in _init_sys_ioctl_h()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | errors_freebsd_amd64.go | 222 SIOCDELRT = 0x8040720b const
|
D | errors_freebsd_arm.go | 221 SIOCDELRT = 0x8030720b const
|
D | errors_freebsd_386.go | 222 SIOCDELRT = 0x8030720b const
|
D | zerrors_solaris_amd64.go | 809 SIOCDELRT = -0x7fcf8df5 const
|
D | zerrors_dragonfly_amd64.go | 1079 SIOCDELRT = 0x8040720b const
|
D | zerrors_netbsd_arm.go | 1177 SIOCDELRT = 0x8030720b const
|
/external/toybox/toys/pending/ |
D | route.c | 296 else xioctl(sokfd, SIOCDELRT, &rt); in setroute() 383 else xioctl(sockfd, SIOCDELRT, &rt); in setroute_inet6()
|
/external/ppp/pppd/ |
D | sys-linux.c | 1682 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) { in cifdefaultroute() 2492 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) { in cifaddr()
|
D | sys-solaris.c | 2087 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) { 2618 if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
|
12