OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIOCADDRT
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/sys/
sockio.h
51
#define
SIOCADDRT
_IOW('r', 10, struct ortentry) /* add route */
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
ioctl.d
266
enum
SIOCADDRT
= 0x890B;
/src/external/bsd/wpa/dist/src/wps/
wps_upnp_ssdp.c
827
if (ioctl(sock,
SIOCADDRT
, &rt) < 0) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_ioctl.inc
219
_(
SIOCADDRT
, READ, struct_rtentry_sz);
sanitizer_platform_limits_posix.cc
631
unsigned IOCTL_SIOCADDRT =
SIOCADDRT
;
sanitizer_platform_limits_netbsd.cc
2069
unsigned IOCTL_SIOCADDRT =
SIOCADDRT
;
sanitizer_interceptors_ioctl_netbsd.inc
1156
_(
SIOCADDRT
, READ, struct_ortentry_sz);
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_ioctl.inc
226
_(
SIOCADDRT
, READ, struct_rtentry_sz);
sanitizer_platform_limits_posix.cpp
704
unsigned IOCTL_SIOCADDRT =
SIOCADDRT
;
sanitizer_interceptors_ioctl_netbsd.inc
1155
_(
SIOCADDRT
, READ, struct_ortentry_sz);
sanitizer_platform_limits_netbsd.cpp
2232
unsigned IOCTL_SIOCADDRT =
SIOCADDRT
;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_ioctl.inc
218
_(
SIOCADDRT
, READ, struct_rtentry_sz);
sanitizer_platform_limits_posix.cpp
654
unsigned IOCTL_SIOCADDRT =
SIOCADDRT
;
sanitizer_interceptors_ioctl_netbsd.inc
1155
_(
SIOCADDRT
, READ, struct_ortentry_sz);
sanitizer_platform_limits_netbsd.cpp
2232
unsigned IOCTL_SIOCADDRT =
SIOCADDRT
;
/src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c
878
if (ioctl(sock6_fd,
SIOCADDRT
, &rt6) < 0) {
879
error("%s: sif6addr: ioctl(
SIOCADDRT
): %m", __func__);
Completed in 74 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026