Lines Matching defs:send
134 /* called from wput, wsrv, unidata, and v0_sched to send a packet */
1675 * If that property is set, gld_recv will send the packet
1995 * send of the M_DATA. This can only possibly happen on a Style 2 RAW or
2013 * people shouldn't be trying to send after they've asked to DL_DETACH,
2152 * driver's send routine.
2270 * driver's send routine.
2348 * And send off to driver.
2652 * - if this packet is tagged, there is no need to send this
2751 * eligible stream, remember it (in fgldp) so that we can send up the
2758 int (*acceptfunc)(), void (*send)(), int (*cansend)(), gld_t **fgldp)
2842 gld_passon(gld, nmp, pktinfo, send);
2858 void (*send)(queue_t *qp, mblk_t *mp);
2903 send = (void (*)(queue_t *, mblk_t *))putq;
2906 send = (void (*)(queue_t *, mblk_t *))putnext;
2914 err = gld_sendup_vlan(vlan0, pktinfo, mp, acceptfunc, send,
2918 err = gld_sendup_vlan(vlann, pktinfo, mp, acceptfunc, send,
2923 /* send the original dup of the packet up the first stream found */
2925 gld_passon(fgld, mp, pktinfo, send);
2982 * (Contrast gld_paccept, the send-loopback accept function.)
3084 void (*send)(queue_t *qp, mblk_t *mp))
3178 /* RAW/FAST: just send up the M_DATA */
3179 (*send)(gld->gld_qptr, mp);
3184 (*send)(gld->gld_qptr, mp);
3484 * allow him to send M_DATA down to us.
3852 * All OK; send dup'd notification up this
3868 * a DL_NOTIFY_IND message and send it to the specified <q>, or to all
4488 * send a datagram. Destination address/lsap is in M_PROTO
5274 * code and let the caller send an error-ack reply upstream, or
5275 * we can send a reply here and then return GLDE_OK so that the
5279 * off, send a notification (DL_NOTIFY_IND) to anyone interested.