Searched refs:DDP_X_HDR_SIZE (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_r_zip.c128 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)
[all...]
H A Dpap.h96 #define AT_PAP_HDR_SIZE (DDP_X_HDR_SIZE + ATP_HDR_SIZE)
H A Dat_proto.c94 DDP_X_HDR_SIZE, 0,
H A Dddp.save28 gbuf_rinc(mp,((DDP_X_HDR_SIZE - DDP_HDR_SIZE) - LLAP_HDR_SIZE));
34 ddp_short->length = ddp->length - (DDP_X_HDR_SIZE - DDP_HDR_SIZE);
73 if ((m2 = (gbuf_t *)ddp_growmsg(m1, -DDP_X_HDR_SIZE)) == NULL) {
86 if ((m2 = gbuf_alloc(AT_WR_OFFSET+DDP_X_HDR_SIZE, PRI_MED)) == NULL) {
93 gbuf_wset(m2,DDP_X_HDR_SIZE);
105 ddp->length = ddp_short->length + DDP_X_HDR_SIZE - DDP_HDR_SIZE;
H A Dddp.h46 #define DDP_X_HDR_SIZE 13 /* DDP extended header size */ macro
H A Dddp_r_rtmp.c158 tuples = gbuf_len(mp) - DDP_X_HDR_SIZE - RTMP_IDLENGTH;
848 gbuf_wset(m,DDP_X_HDR_SIZE + 10);
916 size = DDP_X_HDR_SIZE + 10 ;
1025 Buff_ptr = (char *)((char *)ddp + DDP_X_HDR_SIZE + 10);
1057 DDPLEN_ASSIGN(ddp, (size + DDP_X_HDR_SIZE + 10));
1073 Buff_ptr = (char *)((char *)ddp + DDP_X_HDR_SIZE + 10);
1091 DDPLEN_ASSIGN(ddp, (size + DDP_X_HDR_SIZE + 10));
H A Dddp.c932 if (msgsize < DDP_X_HDR_SIZE) {
948 if (len < DDP_X_HDR_SIZE) {
1075 DDP_X_HDR_SIZE);
1077 gbuf_rinc(mp, DDP_X_HDR_SIZE);
H A Dddp_rtmp.c279 if (gbuf_len(mp) < (DDP_X_HDR_SIZE + sizeof(at_rtmp))) {
H A Datp.h110 #define TOTAL_ATP_HDR_SIZE (ATP_HDR_SIZE+DDP_X_HDR_SIZE)
H A Dddp_usrreq.c187 M_PREPEND(m, DDP_X_HDR_SIZE, M_WAIT);
H A Datp_read.c224 gbuf_rinc(m,DDP_X_HDR_SIZE);
H A Datp_write.c604 gbuf_rinc(m,DDP_X_HDR_SIZE);
1318 gbuf_rinc(m,DDP_X_HDR_SIZE);
1765 if (buflen < DDP_X_HDR_SIZE + ATP_HDR_SIZE) {
H A Dasp_proto.c842 atp = (at_atp_t *)(gbuf_rptr(mdata) + DDP_X_HDR_SIZE);
962 gbuf_rinc(mdata,DDP_X_HDR_SIZE);
1015 gbuf_wset(mdata,DDP_X_HDR_SIZE);
2099 gbuf_winc(mioc,DDP_X_HDR_SIZE);
H A Dddp_nbp.c969 int buf_size = tuples_size + DDP_X_HDR_SIZE + NBP_HDR_SIZE;
976 gbuf_wset(nbp_req->response, DDP_X_HDR_SIZE + NBP_HDR_SIZE);

Completed in 93 milliseconds