Lines Matching full:radius

23 /* \summary: Radius protocol printer */
26 * Radius printer routines as specified on:
29 * "Remote Authentication Dial In User Service (RADIUS)"
32 * "RADIUS Accounting"
35 * "RADIUS Accounting Modifications for Tunnel Protocol Support"
38 * "RADIUS Attributes for Tunnel Protocol Support"
41 * "RADIUS Extensions"
44 * "RADIUS and IPv6"
47 * "IEEE 802.1X Remote Authentication Dial In User Service (RADIUS)"
54 * "RADIUS Attributes for Virtual LAN and Priority Support"
57 * "RADIUS Delegated-IPv6-Prefix Attribute"
60 * "RADIUS Filter Rule Attribute"
63 * "RADIUS Extension for Digest Authentication"
66 * "Dynamic Authorization Extensions to RADIUS"
72 * "Carrying Location Objects in RADIUS and Diameter"
75 * "RADIUS Support for Proxy Mobile IPv6"
113 /* Radius packet codes */
114 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-27 */
151 /* Begin Radius Attribute types */
192 /* End Radius Attribute types */
221 struct radius_hdr { nd_uint8_t code; /* Radius packet code */
222 nd_uint8_t id; /* Radius packet id */
223 nd_uint16_t len; /* Radius total length */
235 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-4 */
261 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-5 */
273 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-6 */
281 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-7 */
289 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-8 */
303 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-9 */
305 "RADIUS-Request",
315 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-13 */
367 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-10 */
388 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-11 */
390 "RADIUS",
397 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-12 */
427 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-14 */
446 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-15 */
467 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-16 */
475 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-17 */
481 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-18 */
554 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-19 */
567 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-20 */
576 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-21 */
581 { LOCATION_INFORMATION_ENTITY_RADIUS, "RADIUS" },
585 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-22 */
606 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-2 */
1465 ndo->ndo_protocol = "radius"; in radius_print()
1480 ND_PRINT("RADIUS, %s (%u), id: 0x%02x length: %u", in radius_print()
1488 ND_PRINT("RADIUS, length: %u\n\t%s (%u), id: 0x%02x, Authenticator: ", in radius_print()