Home
last modified time | relevance | path

Searched refs:SIOCGRTTABLE (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/posix/sys/
H A Dsockio.h43 #define SIOCGRTTABLE 8927 /* get route table */ macro
/haiku/src/bin/debug/strace/
H A Dioctl.cpp98 IOCTL_INFO_ENTRY(SIOCGRTTABLE),
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNetAddress.cpp113 if (ioctl(fd, SIOCGRTTABLE, &table) == 0) { in IsLocal()
/haiku/src/kits/network/libnetapi/
H A DNetworkRoute.cpp280 if (ioctl(socket.Get(), SIOCGRTTABLE, &config, sizeof(struct ifconf)) < 0) in GetRoutes()
/haiku/src/add-ons/kernel/network/stack/
H A Ddatalink.cpp89 CODE(SIOCGRTTABLE) /* get route table */ in option_to_string()
320 case SIOCGRTTABLE: in datalink_control()
/haiku/src/bin/network/route/
H A Droute.cpp183 if (ioctl(socket, SIOCGRTTABLE, &config, sizeof(struct ifconf)) < 0) in list_routes()