Searched refs:bootp_magic_cookie (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_pktdump.c | 1075 static const uint8 bootp_magic_cookie[4] = { 99, 130, 83, 99 }; variable 1145 !memcmp(b->options, bootp_magic_cookie, BOOTP_MAGIC_COOKIE_LEN)) { in dhd_dhcp_dump() 1659 !memcmp(b->options, bootp_magic_cookie, BOOTP_MAGIC_COOKIE_LEN)) { in dhd_is_dhcp_pkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_pktdump.c | 1075 static const uint8 bootp_magic_cookie[4] = { 99, 130, 83, 99 }; variable 1145 !memcmp(b->options, bootp_magic_cookie, BOOTP_MAGIC_COOKIE_LEN)) { in dhd_dhcp_dump() 1659 !memcmp(b->options, bootp_magic_cookie, BOOTP_MAGIC_COOKIE_LEN)) { in dhd_is_dhcp_pkt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_pktdump.c | 914 static const uint8 bootp_magic_cookie[4] = { 99, 130, 83, 99 }; variable 967 !memcmp(b->options, bootp_magic_cookie, BOOTP_MAGIC_COOKIE_LEN)) { in dhd_dhcp_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_pktdump.c | 914 static const uint8 bootp_magic_cookie[4] = { 99, 130, 83, 99 }; variable 967 !memcmp(b->options, bootp_magic_cookie, BOOTP_MAGIC_COOKIE_LEN)) { in dhd_dhcp_dump()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_pktdump.c | 914 static const uint8 bootp_magic_cookie[4] = { 99, 130, 83, 99 }; variable 967 !memcmp(b->options, bootp_magic_cookie, BOOTP_MAGIC_COOKIE_LEN)) { in dhd_dhcp_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 1136 static const uint8 bootp_magic_cookie[4] = { 99, 130, 83, 99 }; variable 19320 if (opt_len >= 4 && !memcmp(b->options, bootp_magic_cookie, 4)) { in dhd_dhcp_dump()
|