Searched refs:sendCtl (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Timer.c140 sp->sendCtl |= B_CTL_FRESET;
151 sp->sendCtl |= B_CTL_PROBE;
165 sp->sendCtl |= (sp->openState == O_STATE_OPENWAIT) ?
H A Dadsp_reset.c117 sp->sendCtl |= B_CTL_FRESETACK; /* Ack it if it's OK, or a duplicate */
170 sp->sendCtl |= B_CTL_FRESET;
220 sp->sendCtl |= B_CTL_FRESET;
H A Dadsp_Control.c174 if (sp->sendCtl) {
177 i = sp->sendCtl; /* get local copy bitmap of */
257 sp->sendCtl &= ~mask;
H A Dadsp.c103 sp->sendCtl = B_CTL_CLOSE; /* Send close advice */
107 sp->sendCtl = B_CTL_CLOSE; /* Setup to send close advice */
H A Dadsp_Close.c101 sp->sendCtl |= B_CTL_CLOSE; /* So, need to send close advice */
450 sp->sendCtl = B_CTL_CLOSE; /* Send close advice */
H A Dadsp_Open.c288 sp->sendCtl |= (1 << (ocMode == ocRequest ?
H A Dadsp_RxData.c300 sp->sendCtl |= B_CTL_RETRANSMIT;
H A Dadsp_internal.h200 short sendCtl; /* Send control message bits */ member in struct:ccb
267 * These bits are used in the sendCtl field to indicate what needs to be sent
H A Dadsp_Packet.c120 * (Bit mapped, same as sendCtl field of
675 sp->sendCtl |= m.t->send;

Completed in 31 milliseconds