Lines Matching +full:vendor +full:- +full:specific

61 .Fn rad_get_vendor_attr "uint32_t *vendor" "const void **data" "size_t *len"
75 .Fn rad_put_vendor_addr "struct rad_handle *h" "int vendor" "int type" "struct in_addr addr"
77 .Fn rad_put_vendor_attr "struct rad_handle *h" "int vendor" "int type" "const void *data" "size_t l…
79 .Fn rad_put_vendor_int "struct rad_handle *h" "int vendor" "int type" "uint32_t value"
81 .Fn rad_put_vendor_string "struct rad_handle *h" "int vendor" "int type" "const char *str"
153 returns 0 on success, or \-1 if an error occurs.
165 domain name or as a dotted-quad IP address in text form.
185 .Dv NUL Ns -terminated
204 returns 0 on success, or \-1 if an error occurs.
212 When multiple servers are given, they are tried in round-robin
231 returns 0 on success, or \-1 on if an error occurs.
245 .Dv NUL Ns -terminated
253 may be used to specify vendor specific attributes.
254 Vendor specific
267 It is possible adding the Message-Authenticator to the request.
268 This is an HMAC-MD5 hash of the entire Access-Request packet (see RFC 3579).
269 This attribute must be present in any packet that includes an EAP-Message
277 calculates the HMAC-MD5 hash implicitly before sending the request.
278 If the Message-Authenticator was found inside the response packet,
285 functions return 0 on success, or \-1 if an error occurs.
297 retrying the defined servers in round-robin fashion as necessary.
308 returns \-1.
341 set to a non-zero value if
370 If an error such as a malformed attribute is detected, \-1 is
378 may be called to determine the vendor.
379 The vendor specific RADIUS attribute type is returned.
388 and are adjusted to point to the vendor specific attribute data.
410 .Dv NUL Ns -terminated
428 function may be used to obtain the Request-Authenticator attribute value
438 or \-1 to indicate that
453 function demangles attributes containing passwords and MS-CHAPv1 MPPE-Keys.
463 function demangles the send- and recv-keys when using MPPE (see RFC 2548).
497 poll(), select() or non-blocking sockets for the socket.
505 The following functions return a non-negative value on success.
507 they detect an error, they return \-1 and record an error message
511 .Bl -item -offset indent -compact
543 .No non- Ns Dv NULL
550 .Bl -item -offset indent -compact
562 .No non- Ns Dv NULL
568 .Bl -item -offset indent -compact
575 .Bl -tag -width indent
592 .%T "Microsoft Vendor-specific RADIUS attributes"
601 .An -nosplit