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

/darwin-on-arm/xnu/bsd/netat/
H A Dpap.h96 #define AT_PAP_HDR_SIZE (DDP_X_HDR_SIZE + ATP_HDR_SIZE)
H A Datp.h72 #define ATP_HDR_SIZE 8 /* Size of the ATP header */ macro
110 #define TOTAL_ATP_HDR_SIZE (ATP_HDR_SIZE+DDP_X_HDR_SIZE)
H A Dddp_r_zip.c1226 size = DDP_X_HDR_SIZE + ATP_HDR_SIZE + 1 + ifID->ifZoneName.len;
1588 size = DDP_X_HDR_SIZE + ATP_HDR_SIZE + 1 + ifID->ifZoneName.len;
1771 size = DDP_X_HDR_SIZE + ATP_HDR_SIZE + PacketLen;
1907 if (packet_len + ATP_HDR_SIZE + ZLength + 1 >
1969 size = DDP_X_HDR_SIZE + ATP_HDR_SIZE + packet_len;
H A Datp_write.c412 if ((m = (gbuf_t *)gbuf_alloc(AT_WR_OFFSET+ATP_HDR_SIZE, PRI_HI)) != NULL) {
610 gbuf_rinc(m, ATP_HDR_SIZE);
1322 gbuf_rinc(m, ATP_HDR_SIZE);
1765 if (buflen < DDP_X_HDR_SIZE + ATP_HDR_SIZE) {
H A Dasp_proto.c964 gbuf_rinc(mdata,ATP_HDR_SIZE);
1017 gbuf_winc(mdata,ATP_HDR_SIZE);
2101 gbuf_winc(mioc,ATP_HDR_SIZE);

Completed in 20 milliseconds