Searched refs:DDP_ATP (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_proto.c77 if ((ddp->type == DDP_ATP) || (ddp->type == DDP_ADSP)) {
80 ((ddp->type==DDP_ATP) && ddp->src_node)? 1 : 0;
H A Dddp_sip.c115 if (ddp->type != DDP_ATP) {
H A Dappletalk.h179 #define DDP_ATP 0x03 macro
191 #define ATPROTO_ATP DDP_ATP /* must match DDP type */
H A Datp_write.c372 cfgp->ddptype = DDP_ATP;
416 ddp->type = DDP_ATP;
853 (ddp_socket_inuse(sVal, DDP_ATP) &&
862 if (!ddp_socket_inuse(sVal, DDP_ATP) ||
1177 ddp->type = DDP_ATP;
1192 atp->atp_gref->ddptype = DDP_ATP;
1510 ddp->type = DDP_ATP;
1523 atp->atp_gref->ddptype = DDP_ATP;
H A Dat_pcb.c173 if ((!proto || (proto == DDP_ATP)) && atp_inputQ[ddpsock])
H A Datp_open.c276 ddp_notify_nbp(socket, pid, DDP_ATP);
H A Dddp_r_zip.c766 else if (ddp->type == DDP_ATP &&
1175 case DDP_ATP :
1257 r_ddp->type = DDP_ATP;
1619 r_ddp->type = DDP_ATP;
1712 r_ddp->type = DDP_ATP;
1957 r_ddp->type = DDP_ATP;
H A Datp_read.c122 if (((AT_DDP_HDR(m))->type != DDP_ATP) ||
H A Dddp.c1036 if (ddp->type == DDP_ATP) {
H A Dasp_proto.c662 cfgp->ddptype = DDP_ATP;
2107 ddp->type = DDP_ATP;

Completed in 57 milliseconds