Lines Matching refs:proto_len
153 pcbq->proto_len);
195 int proto_len;
219 proto_len = (int)len - sz_ximPacketHeader;
229 char *proto_buf = (proto_len > 0) ? Xmalloc(proto_len) : NULL;
232 if (pcb && (proto_len <= 0 || proto_buf)) {
233 if (proto_len > 0)
234 memcpy(proto_buf, proto, proto_len);
240 pcb->proto_len = proto_len;
253 * `proto_len' specifies the packet length.
255 (void) (*callback_table[major_opcode])(im, ic, proto, proto_len);