Searched refs:TOTAL_ATP_HDR_SIZE (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_write.c88 ((gbuf_len(m) > TOTAL_ATP_HDR_SIZE)? \
216 if (iocbp->ioc_count < TOTAL_ATP_HDR_SIZE) {
414 gbuf_wset(m,TOTAL_ATP_HDR_SIZE);
452 char ddp_atp_hdr[TOTAL_ATP_HDR_SIZE];
470 gbuf_alloc(AT_WR_OFFSET+TOTAL_ATP_HDR_SIZE,PRI_MED))
482 if (gbuf_len(m) > TOTAL_ATP_HDR_SIZE)
501 gbuf_wset(mhdr,TOTAL_ATP_HDR_SIZE);
669 char ddp_atp_hdr[TOTAL_ATP_HDR_SIZE];
708 if ((m2 = gbuf_alloc_wait(AT_WR_OFFSET+TOTAL_ATP_HDR_SIZE,
712 gbuf_wset(m2,TOTAL_ATP_HDR_SIZE);
[all...]
H A Dasp_proto.c64 #define aspCMDsize (atpBDSsize+sizeof(struct atp_set_default)+TOTAL_ATP_HDR_SIZE)
742 gbuf_winc(mdata,TOTAL_ATP_HDR_SIZE);
1005 gbuf_rdec(mdata,TOTAL_ATP_HDR_SIZE);
1006 if ((m = gbuf_alloc( (TOTAL_ATP_HDR_SIZE+atpBDSsize), PRI_MED)) == 0) {
1011 bcopy(gbuf_rptr(mdata), gbuf_rptr(m), TOTAL_ATP_HDR_SIZE); local
1052 gbuf_rdec(mdata,TOTAL_ATP_HDR_SIZE);
1053 gbuf_wset(mdata,TOTAL_ATP_HDR_SIZE);
1106 gbuf_rdec(mdata,TOTAL_ATP_HDR_SIZE);
1200 gbuf_rdec(mdata,TOTAL_ATP_HDR_SIZE);
1201 gbuf_wset(mdata,TOTAL_ATP_HDR_SIZE);
[all...]
H A Datp.h110 #define TOTAL_ATP_HDR_SIZE (ATP_HDR_SIZE+DDP_X_HDR_SIZE) macro

Completed in 22 milliseconds