Searched defs:radius_hdr (Results 1 – 2 of 2) sorted by relevance
18 struct radius_hdr { struct19 u8 code;20 u8 identifier;21 be16 length; /* including this header */22 u8 authenticator[16];
219 struct radius_hdr { nd_uint8_t code; /* Radius packet code */ argument220 nd_uint8_t id; /* Radius packet id */221 nd_uint16_t len; /* Radius total length */222 nd_byte auth[16]; /* Authenticator */