Home
last modified time | relevance | path

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

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