Home
last modified time | relevance | path

Searched defs:radius_hdr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/radius/
H A Dradius.h18 struct radius_hdr { struct
19 u8 code;
20 u8 identifier;
21 be16 length; /* including this header */
22 u8 authenticator[16];
/freebsd/contrib/tcpdump/
H A Dprint-radius.c219 struct radius_hdr { nd_uint8_t code; /* Radius packet code */ argument
220 nd_uint8_t id; /* Radius packet id */
221 nd_uint16_t len; /* Radius total length */
222 nd_byte auth[16]; /* Authenticator */