Searched refs:ATP_TRESP_MAX (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp.h70 #define ATP_TRESP_MAX 8 /* Maximum number of Tresp pkts */ macro
161 u_char at_atpreq_tresp_user_bytes[ATP_TRESP_MAX][4];
162 u_char *at_atpreq_tresp_data[ATP_TRESP_MAX];
163 u_short at_atpreq_tresp_lengths[ATP_TRESP_MAX];
H A Dappletalk.h259 #define ATP_TRESP_MAX 8 /* Maximum number of Tresp pkts */ macro
265 struct iovec resp[ATP_TRESP_MAX]; /* Buffer for response data */
266 long userdata[ATP_TRESP_MAX]; /* Buffer for response user data */
H A Datp_write.c91 #define atpBDSsize (sizeof(struct atpBDS)*ATP_TRESP_MAX)
450 gbuf_t *rc_xmt[ATP_TRESP_MAX];
595 for (i = 0; i < ATP_TRESP_MAX; i++, bdsp++) {
672 gbuf_t *rc_xmt[ATP_TRESP_MAX];
684 if ((unsigned) cnt > ATP_TRESP_MAX) {
1312 for (i = 0; (i < ATP_TRESP_MAX &&
1641 if (resplen < 0 || resplen > TOTAL_ATP_HDR_SIZE + sizeof(struct atpBDS)*ATP_TRESP_MAX) {
1667 if (bds_cnt > ATP_TRESP_MAX) {
H A Dasp_proto.c63 #define atpBDSsize (sizeof(struct atpBDS)*ATP_TRESP_MAX)
721 for (i=0; i < ATP_TRESP_MAX; i++) {
1027 for (nbds=0; (nbds < ATP_TRESP_MAX) && (msize > 0); nbds++) {
2018 for (i=0; i < ATP_TRESP_MAX; i++) {
2124 for (nbds=0; (nbds < ATP_TRESP_MAX) && (msize > 0); nbds++) {

Completed in 20 milliseconds