Searched refs:MAX_MSG_SIZE (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c61 #define MAX_MSG_SIZE 1024 macro
68 char buf[MAX_MSG_SIZE];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivacapi.h76 #define MAX_MSG_SIZE 256 macro
149 byte info[MAX_MSG_SIZE];
H A Dcapifunc.c1125 if (!(mapped_msg = (CAPI_MSG *) diva_os_malloc(0, MAX_MSG_SIZE))) {
H A Dmessage.c400 msg->header.length > MAX_MSG_SIZE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dport.c120 res = msg_build(hdr, msg_sect, num_sect, MAX_MSG_SIZE,
495 res = msg_build(hdr, msg_sect, num_sect, MAX_MSG_SIZE,
1310 MAX_MSG_SIZE, !sender->user_port, &buf);
H A Dmsg.h53 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE) macro
H A Dlink.c211 if (max_pkt > MAX_MSG_SIZE)
212 max_pkt = MAX_MSG_SIZE;
3091 return MAX_MSG_SIZE;

Completed in 156 milliseconds