Home
last modified time | relevance | path

Searched refs:SIOCGIFTYPE (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/posix/sys/
H A Dsockio.h48 #define SIOCGIFTYPE 8931 /* get interface type */ macro
/haiku/src/bin/debug/strace/
H A Dioctl.cpp100 IOCTL_INFO_ENTRY_TYPE(SIOCGIFTYPE, struct ifreq *),
/haiku/src/add-ons/kernel/network/stack/
H A Ddatalink.cpp93 CODE(SIOCGIFTYPE) /* get interface type */ in option_to_string()
904 case SIOCGIFTYPE: in interface_protocol_control()
/haiku/src/kits/network/libnetapi/
H A DNetworkInterface.cpp283 if (do_request(AF_INET, request, Name(), SIOCGIFTYPE) != B_OK) in Type()