Lines Matching refs:DDP_X_HDR_SIZE

128 	zname = (at_nvestr_t *)(gbuf_rptr(m) + DDP_X_HDR_SIZE + 6);
231 size = DDP_X_HDR_SIZE + packet_length;
298 gbuf_wset(m_sent,DDP_X_HDR_SIZE);
378 DDPLEN_ASSIGN(ddp, (reply_length + DDP_X_HDR_SIZE));
419 DDPLEN_ASSIGN(ddp, (reply_length + DDP_X_HDR_SIZE));
460 (2 + network_count * 2 + DDP_X_HDR_SIZE)) {
509 DDPLEN_ASSIGN(ddp, (reply_length + DDP_X_HDR_SIZE));
567 DDPLEN_ASSIGN(ddp, (reply_length + DDP_X_HDR_SIZE));
629 zip = (at_zip_t *)(gbuf_rptr(m) + DDP_X_HDR_SIZE);
768 if (gbuf_len(m) > DDP_X_HDR_SIZE)
769 atp = (at_atp_t *)(gbuf_rptr(m)+DDP_X_HDR_SIZE);
1033 size = DDP_X_HDR_SIZE + ZIP_X_HDR_SIZE + ifID->ifZoneName.len + 1
1169 if (gbuf_len(m) > DDP_X_HDR_SIZE)
1171 + DDP_X_HDR_SIZE);
1176 if (gbuf_len(m) > DDP_X_HDR_SIZE)
1177 atp = (at_atp_t *)(gbuf_rptr(m)+DDP_X_HDR_SIZE);
1226 size = DDP_X_HDR_SIZE + ATP_HDR_SIZE + 1 + ifID->ifZoneName.len;
1242 if (gbuf_len(m) > DDP_X_HDR_SIZE)
1243 atp = (at_atp_t *)(gbuf_rptr(m) + DDP_X_HDR_SIZE);
1392 gbuf_winc(m,DDP_X_HDR_SIZE + Query_index);
1393 DDPLEN_ASSIGN(ddp, (DDP_X_HDR_SIZE + Query_index));
1440 gbuf_winc(m,DDP_X_HDR_SIZE + Query_index);
1441 DDPLEN_ASSIGN(ddp, (DDP_X_HDR_SIZE + Query_index));
1482 network_count = ntohs(*(u_char *)(gbuf_rptr(m) + DDP_X_HDR_SIZE + 1));
1484 PacketPtr = (char *)(gbuf_rptr(m) + DDP_X_HDR_SIZE + 2);
1486 payload_len = DDPLEN_VALUE(ddp) - (DDP_X_HDR_SIZE + 2);
1588 size = DDP_X_HDR_SIZE + ATP_HDR_SIZE + 1 + ifID->ifZoneName.len;
1601 if (gbuf_len(m) > DDP_X_HDR_SIZE)
1602 atp = (at_atp_t *)(gbuf_rptr(m) + DDP_X_HDR_SIZE);
1685 if (gbuf_len(m) > DDP_X_HDR_SIZE)
1686 atp = (at_atp_t *)(gbuf_rptr(m) + DDP_X_HDR_SIZE);
1771 size = DDP_X_HDR_SIZE + ATP_HDR_SIZE + PacketLen;
1819 if (gbuf_len(m) > DDP_X_HDR_SIZE)
1820 atp = (at_atp_t *)(gbuf_rptr(m) + DDP_X_HDR_SIZE);
1969 size = DDP_X_HDR_SIZE + ATP_HDR_SIZE + packet_len;