Searched refs:RADIUS_DEFAULT_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/wpa/src/radius/ | ||
| D | radius.h | 179 #define RADIUS_DEFAULT_MSG_SIZE 1024 macro |
| D | radius.c | 116 msg->buf = wpabuf_alloc(RADIUS_DEFAULT_MSG_SIZE); in radius_msg_new() |