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

/freebsd-10.2-release/usr.sbin/rtadvd/
H A Dcontrol.h32 #define CM_MSG_MAXLEN 8192 macro
H A Dcontrol_client.c60 char buf[CM_MSG_MAXLEN];
75 if (cm_orig->cm_len > CM_MSG_MAXLEN) {
H A Dcontrol.c70 memset(buf, 0, CM_MSG_MAXLEN);
106 if (cm->cm_len > CM_MSG_MAXLEN) {
161 buf[CM_MSG_MAXLEN - 1] = '\0';
420 if (len > CM_MSG_MAXLEN - sizeof(*cm)) {
472 if (len > CM_MSG_MAXLEN - sizeof(*cm)) {
H A Dcontrol_server.c636 char buf[CM_MSG_MAXLEN];
637 char pbuf[CM_MSG_MAXLEN];
/freebsd-10.2-release/usr.sbin/rtadvctl/
H A Drtadvctl.c278 char buf[CM_MSG_MAXLEN];
301 char buf[CM_MSG_MAXLEN];

Completed in 45 milliseconds