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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dsys_dep.c196 uap->resplen, uap->datalen, &err, proc);
H A Datp_write.c1601 * struct contains the number of atpBDS structs in the array. resplen
1607 _ATPsndrsp(fd, respbuff, resplen, datalen, err, proc)
1610 int resplen;
1641 if (resplen < 0 || resplen > TOTAL_ATP_HDR_SIZE + sizeof(struct atpBDS)*ATP_TRESP_MAX) {
1646 if ((m = gbuf_alloc_wait(resplen, TRUE)) == 0) {
1651 if ((*err = copyin(CAST_USER_ADDR_T(respbuff), (caddr_t)gbuf_rptr(m), resplen)) != 0) {
1656 gbuf_wset(m,resplen);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h773 char resplen_l_[PADL_(int)]; int resplen; char resplen_r_[PADR_(int)]; member in struct:ATPsndrsp_args

Completed in 36 milliseconds