OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vhdr
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c
735
struct radius_attr_vendor *
vhdr
;
local
753
while (left >= sizeof(*
vhdr
)) {
754
vhdr
= (struct radius_attr_vendor *) pos;
755
if (
vhdr
->vendor_length > left ||
756
vhdr
->vendor_length < sizeof(*
vhdr
)) {
760
if (
vhdr
->vendor_type != subtype) {
761
pos +=
vhdr
->vendor_length;
762
left -=
vhdr
->vendor_length;
766
len =
vhdr
->vendor_length - sizeof(*vhdr)
981
struct radius_attr_vendor *
vhdr
;
local
[
all
...]
/external/wpa_supplicant_8/src/radius/
radius.c
898
struct radius_attr_vendor *
vhdr
;
local
917
while (left >= sizeof(*
vhdr
)) {
918
vhdr
= (struct radius_attr_vendor *) pos;
919
if (
vhdr
->vendor_length > left ||
920
vhdr
->vendor_length < sizeof(*
vhdr
)) {
924
if (
vhdr
->vendor_type != subtype) {
925
pos +=
vhdr
->vendor_length;
926
left -=
vhdr
->vendor_length;
930
len =
vhdr
->vendor_length - sizeof(*vhdr)
1145
struct radius_attr_vendor *
vhdr
;
local
[
all
...]
Completed in 21 milliseconds