OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntoh16
(Results
1 - 4
of
4
) sorted by null
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmendian.h
53
#define
NTOH16
(i) BCMSWAP16(i)
54
#define
ntoh16
(i) bcmswap16(i)
macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h
53
#define
NTOH16
(i) BCMSWAP16(i)
54
#define
ntoh16
(i) bcmswap16(i)
macro
/hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c
937
if (
ntoh16
(eh->ether_type) == ETHER_TYPE_8021Q) {
943
vlan_tag =
ntoh16
(evh->vlan_tag);
946
if (
ntoh16
(evh->ether_type) == ETHER_TYPE_IP) {
973
} else if (
ntoh16
(eh->ether_type) == ETHER_TYPE_IP) {
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c
937
if (
ntoh16
(eh->ether_type) == ETHER_TYPE_8021Q) {
943
vlan_tag =
ntoh16
(evh->vlan_tag);
946
if (
ntoh16
(evh->ether_type) == ETHER_TYPE_IP) {
973
} else if (
ntoh16
(eh->ether_type) == ETHER_TYPE_IP) {
[
all
...]
Completed in 2575 milliseconds