Home
last modified time | relevance | path

Searched refs:IFT_ETHER (Results 1 – 25 of 8525) sorted by relevance

12345678910>>...341

/dports/security/modsecurity3/modsecurity-v3.0.5/src/
H A Dunique_id.cc35 #ifndef IFT_ETHER
36 #define IFT_ETHER 0x6 /* Ethernet CSMACD */ macro
123 if (sdl && (sdl->sdl_family == AF_LINK) && (sdl->sdl_type == IFT_ETHER) in ethernetMacAddress()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/osx/network/
H A DNetworkOsx.cpp115 #if !defined(IFT_ETHER) in GetMacAddress()
116 #define IFT_ETHER 0x6 /* Ethernet CSMACD */ in GetMacAddress() macro
134 (((const struct sockaddr_dl*)interface->ifa_addr)->sdl_type == IFT_ETHER)) in GetMacAddress()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/dragonfly/network/
H A DNetworkFreebsd.cpp146 #if !defined(IFT_ETHER) in GetMacAddress()
147 #define IFT_ETHER 0x6 /* Ethernet CSMACD */ in GetMacAddress() macro
165 (((const struct sockaddr_dl*)interface->ifa_addr)->sdl_type == IFT_ETHER)) in GetMacAddress()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/freebsd/network/
H A DNetworkFreebsd.cpp146 #if !defined(IFT_ETHER) in GetMacAddress()
147 #define IFT_ETHER 0x6 /* Ethernet CSMACD */ in GetMacAddress() macro
165 (((const struct sockaddr_dl*)interface->ifa_addr)->sdl_type == IFT_ETHER)) in GetMacAddress()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/System/Bsd/
H A DNptBsdNetwork.cpp352 #if defined(IFT_ETHER) in GetNetworkInterfaces()
353 case IFT_ETHER: mac_addr_type = NPT_MacAddress::TYPE_ETHERNET; break; in GetNetworkInterfaces()
629 #if defined(IFT_ETHER) in GetNetworkInterfaces()
630 case IFT_ETHER: mac_addr_type = NPT_MacAddress::TYPE_ETHERNET; break; in GetNetworkInterfaces()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/System/Bsd/
H A DNptBsdNetwork.cpp352 #if defined(IFT_ETHER) in GetNetworkInterfaces()
353 case IFT_ETHER: mac_addr_type = NPT_MacAddress::TYPE_ETHERNET; break; in GetNetworkInterfaces()
629 #if defined(IFT_ETHER) in GetNetworkInterfaces()
630 case IFT_ETHER: mac_addr_type = NPT_MacAddress::TYPE_ETHERNET; break; in GetNetworkInterfaces()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_vlan.c280 case IFT_ETHER: in vlan_config()
374 case IFT_ETHER: in vlan_unconfig()
714 case IFT_ETHER: in vlan_start()
756 case IFT_ETHER: in vlan_start()
849 case IFT_ETHER: in vlan_input()
/dports/www/mod_security/modsecurity-2.9.3/apache2/
H A Dmsc_status_engine.c35 #ifndef IFT_ETHER
36 #define IFT_ETHER 0x6 /* Ethernet CSMACD */ macro
172 if ( sdl && ( sdl->sdl_family == AF_LINK ) && ( sdl->sdl_type == IFT_ETHER ) in msc_status_engine_mac_address()
/dports/sysutils/libsysstat/libsysstat-0.4.6/
H A Dnetstat.cpp86 … if ((ifmd.ifmd_data.ifi_type == IFT_ETHER) || (ifmd.ifmd_data.ifi_type == IFT_IEEE80211)) { in NetStatPrivate()
116 if ((ifmd.ifmd_data.ifi_type == IFT_ETHER) || (ifmd.ifmd_data.ifi_type == IFT_IEEE80211)) in timeout()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_maphardwaretype.c57 case IFT_ETHER: in MapHardwareType()
/dports/net/miniupnpd/miniupnpd-2.1.20200510/mac/
H A Dgetifstats.c73 if (ifm->ifm_type == RTM_IFINFO && ifm->ifm_data.ifi_type == IFT_ETHER) { in getifstats()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/mac/
H A Dgetifstats.c73 if (ifm->ifm_type == RTM_IFINFO && ifm->ifm_data.ifi_type == IFT_ETHER) {
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/mac/
H A Dgetifstats.c73 if (ifm->ifm_type == RTM_IFINFO && ifm->ifm_data.ifi_type == IFT_ETHER) { in getifstats()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/mac/
H A Dgetifstats.c73 if (ifm->ifm_type == RTM_IFINFO && ifm->ifm_data.ifi_type == IFT_ETHER) { in getifstats()
/dports/net/libunp/unpv12e/ioctl/
H A Dlsif02.c63 if (sdlptr->sdl_type == IFT_ETHER && sdlptr->sdl_alen) in main()
/dports/net/ladvd/ladvd-1.1.2/src/
H A Dnetif.c145 (saddrdl.sdl_type != IFT_ETHER)) {
147 if (saddrdl.sdl_type != IFT_ETHER) {
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dif_types.h54 #define IFT_ETHER 0x6 /* Ethernet CSMA/CD */ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/net/
H A Dif_types.h54 #define IFT_ETHER 0x6 /* Ethernet CSMA/CD */ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dif_types.h54 #define IFT_ETHER 0x6 /* Ethernet CSMA/CD */ macro
/dports/security/vuls/vuls-0.13.7/vendor/github.com/fatih/color/vendor/golang.org/x/sys/unix/
H A Derrors_freebsd_amd64.go62 IFT_ETHER = 0x6 const
H A Derrors_freebsd_386.go62 IFT_ETHER = 0x6 const
H A Derrors_freebsd_arm.go58 IFT_ETHER = 0x6 const
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/sys/unix/
H A Derrors_freebsd_386.go62 IFT_ETHER = 0x6 const
H A Derrors_freebsd_amd64.go62 IFT_ETHER = 0x6 const
H A Derrors_freebsd_arm.go58 IFT_ETHER = 0x6 const

12345678910>>...341