OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oui
(Results
1 - 25
of
114
) sorted by null
1
2
3
4
5
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.3.h
28
#define DOT3_OUI_LEN 3 /* 802.3
oui
length */
37
uint8
oui
[DOT3_OUI_LEN]; /* RFC1042: 0x00 0x00 0x00
member in struct:dot3_mac_llc_snap_header
bcmeth.h
97
uint8
oui
[3]; /* Broadcom
OUI
*/
member in struct:bcmeth_hdr
vlan.h
68
uint8
oui
[3]; /* RFC1042: 0x00 0x00 0x00
member in struct:dot3_mac_llc_snapvlan_header
802.11e.h
49
uint8
oui
[DOT11_OUI_LEN]; /* WME_OUI */
member in struct:tspec
/external/tcpdump/
print-llc.c
45
#include "
oui
.h"
131
u_int32_t
oui
;
member in struct:oui_tok
395
if (otp->
oui
== orgcode) {
400
(void)printf("
oui
%s (0x%06x), %s %s (0x%04x): ",
/external/wpa_supplicant_8/src/common/
ieee802_11_common.c
21
unsigned int
oui
;
local
24
*
OUI
of the vendor. The following byte is used a vendor specific
35
oui
= WPA_GET_BE24(pos);
36
switch (
oui
) {
42
/* Microsoft
OUI
(00:50:F2) with
OUI
Type 1:
137
"information element ignored (vendor
OUI
"
/bionic/libc/kernel/common/linux/
if_fddi.h
79
__u8
oui
[FDDI_K_OUI_LEN];
member in struct:fddi_snap_hdr
if_hippi.h
101
__u8
oui
[HIPPI_OUI_LEN];
member in struct:hippi_snap_hdr
/development/ndk/platforms/android-3/include/linux/
if_fddi.h
66
__u8
oui
[FDDI_K_OUI_LEN];
member in struct:fddi_snap_hdr
if_hippi.h
88
__u8
oui
[HIPPI_OUI_LEN];
member in struct:hippi_snap_hdr
/external/kernel-headers/original/linux/
if_hippi.h
146
__u8
oui
[HIPPI_OUI_LEN]; /* organizational universal id (zero)*/
member in struct:hippi_snap_hdr
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_fddi.h
89
__u8
oui
[FDDI_K_OUI_LEN]; /* organizational universal id */
member in struct:fddi_snap_hdr
if_hippi.h
146
__u8
oui
[HIPPI_OUI_LEN]; /* organizational universal id (zero)*/
member in struct:hippi_snap_hdr
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fddi.h
89
__u8
oui
[FDDI_K_OUI_LEN]; /* organizational universal id */
member in struct:fddi_snap_hdr
if_hippi.h
146
__u8
oui
[HIPPI_OUI_LEN]; /* organizational universal id (zero)*/
member in struct:hippi_snap_hdr
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fddi.h
89
__u8
oui
[FDDI_K_OUI_LEN]; /* organizational universal id */
member in struct:fddi_snap_hdr
if_hippi.h
146
__u8
oui
[HIPPI_OUI_LEN]; /* organizational universal id (zero)*/
member in struct:hippi_snap_hdr
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
if_fddi.h
66
__u8
oui
[FDDI_K_OUI_LEN];
member in struct:fddi_snap_hdr
if_hippi.h
88
__u8
oui
[HIPPI_OUI_LEN];
member in struct:hippi_snap_hdr
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
if_fddi.h
66
__u8
oui
[FDDI_K_OUI_LEN];
member in struct:fddi_snap_hdr
if_hippi.h
88
__u8
oui
[HIPPI_OUI_LEN];
member in struct:hippi_snap_hdr
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
if_fddi.h
66
__u8
oui
[FDDI_K_OUI_LEN];
member in struct:fddi_snap_hdr
if_hippi.h
88
__u8
oui
[HIPPI_OUI_LEN];
member in struct:hippi_snap_hdr
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if_fddi.h
66
__u8
oui
[FDDI_K_OUI_LEN];
member in struct:fddi_snap_hdr
if_hippi.h
88
__u8
oui
[HIPPI_OUI_LEN];
member in struct:hippi_snap_hdr
Completed in 918 milliseconds
1
2
3
4
5