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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_pcb.c155 ddp_notify_nbp(pcb->lport, pcb->pid, pcb->ddptype);
182 (!pcb->ddptype || !proto || (pcb->ddptype == proto)))
211 if (! ddp_socket_inuse(ddpsock, pcb->ddptype))
221 if (ddp_socket_inuse(ddpsock, pcb->ddptype))
H A Dat_pcb.h86 u_char ddptype, /* DDP type */ member in struct:atpcb
H A Dddp_proto.c132 cfgp->ddptype = gref->ddptype;
H A Dnbp.h131 u_char ddptype; member in struct:_nve_
H A Dadsp.c314 * ret_status = adsp_sendddp(q, sp, mp, length, dstnetaddr, ddptype);
323 * ddptype DDP protocol to assign to the datagram
333 adsp_sendddp(sp, mp, length, dstnetaddr, ddptype)
338 int ddptype;
370 ddp->ddpx_type = ddptype;
H A Dddp_usrreq.c94 pcb->ddptype = (u_char) proto; /* set in socreate() */
216 ddp->type = (pcb->ddptype)? pcb->ddptype: DEFAULT_OT_DDPTYPE;
H A Dddp.c171 addr.ddptype = at_pcb->ddptype;
450 __unused unsigned char ddptype)
459 /* *** check complete address and ddptype here *** */
1055 (gref->ddptype == 0 || gref->ddptype == ddp->type)) {
447 ddp_notify_nbp( unsigned char socket, int pid, __unused unsigned char ddptype) argument
H A Dappletalk.h122 u_short ddptype; member in struct:ddp_addr
H A Dat_var.h100 u_char ddptype; member in struct:__anon265
H A Dat.c387 nve.ddptype = nbpP->ddptype;
H A Datp_write.c372 cfgp->ddptype = DDP_ATP;
377 cfgp->ddptype = atp->atp_gref->ddptype;
1192 atp->atp_gref->ddptype = DDP_ATP;
1523 atp->atp_gref->ddptype = DDP_ATP;
H A Dadsp_stream.c424 cfgp->ddptype = DDP_ADSP;
H A Dddp_nbp.c1449 nve.ddptype = nbpP->ddptype;
H A Dasp_proto.c662 cfgp->ddptype = DDP_ATP;

Completed in 55 milliseconds