Searched refs:rad (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.sbin/ppp/
H A Dradius.c168 if (rad_request_authenticator(r->cx.rad, R, sizeof R) != AUTH_LEN) {
178 S = rad_server_secret(r->cx.rad); /* We need the RADIUS secret */
273 rad_close(r->cx.rad);
282 rad_close(r->cx.rad);
293 rad_close(r->cx.rad);
309 rad_close(r->cx.rad);
314 "radius(%s): %s\n", stype, rad_strerror(r->cx.rad));
317 rad_close(r->cx.rad);
322 got, rad_strerror(r->cx.rad));
325 rad_close(r->cx.rad);
717 struct radius *rad = descriptor2radius(d); local
829 radius_put_physical_details(struct radius *rad, struct physical *p) argument
[all...]
H A Dradius.h44 struct rad_handle *rad; /* Using this to talk to our lib */ member in struct:radius::__anon6771
/freebsd-current/sbin/pfctl/
H A Dpfctl_table.c430 print_addrx(struct pfr_addr *ad, struct pfr_addr *rad, int dns) argument
436 fback = (rad != NULL) ? rad->pfra_fback : ad->pfra_fback;
443 if (rad != NULL && fback != PFR_FB_NONE) {
446 inet_ntop(rad->pfra_af, &rad->pfra_u, buf, sizeof(buf));
447 printf("\t%c%s", (rad->pfra_not?'!':' '), buf);
448 if (rad->pfra_net < hostnet)
449 printf("/%d", rad->pfra_net);
451 if (rad !
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-radius.c1462 const struct radius_hdr *rad; local
1467 rad = (const struct radius_hdr *)dat;
1468 len = GET_BE_U_2(rad->len);
1481 tok2str(radius_command_values,"Unknown Command",GET_U_1(rad->code)),
1482 GET_U_1(rad->code),
1483 GET_U_1(rad->id),
1490 tok2str(radius_command_values,"Unknown Command",GET_U_1(rad->code)),
1491 GET_U_1(rad->code),
1492 GET_U_1(rad->id));
1495 ND_PRINT("%02x", rad
[all...]
/freebsd-current/contrib/elftoolchain/size/
H A Dsize.c856 tbl_print_num(uint64_t num, enum radix_style rad, int col) argument
860 (void) snprintf(buf, BUF_SIZE, (rad == RADIX_DECIMAL ? "%ju" :
861 ((rad == RADIX_OCTAL) ? "0%jo" : "0x%jx")), (uintmax_t) num);

Completed in 73 milliseconds