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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/pcbit/
H A Dcapi.h43 int outgoing);
H A Dcapi.c200 int outgoing)
238 *(skb_put(*skb, 1)) = (outgoing ? 0x02 : 0x42); /* Don't ask */
199 capi_select_proto_req(struct pcbit_chan *chan, struct sk_buff **skb, int outgoing) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Darcnet.c607 lp->outgoing.proto = proto;
608 lp->outgoing.skb = skb;
609 lp->outgoing.pkt = pkt;
815 if (lp->outgoing.proto && lp->outgoing.proto->continue_tx) {
818 if (lp->outgoing.proto->continue_tx(dev, txbuf)) {
820 lp->stats.tx_bytes += lp->outgoing.skb->len;
821 dev_kfree_skb_irq(lp->outgoing.skb);
822 lp->outgoing.proto = NULL;
H A Drfc1201.c487 out = &lp->outgoing;
490 out->dataleft = lp->outgoing.length;
510 struct Outgoing *out = &lp->outgoing;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Disdn.h90 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */
110 int outgoing; member in struct:__anon11211
335 int outgoing; /* Flag: outgoing call */ member in struct:isdn_net_local_s
338 int onum; /* Flag: at least 1 outgoing number */
559 int skbres; /* space to reserve in outgoing skb */
628 ulong obytes[ISDN_MAX_CHANNELS]; /* Statistics outgoing bytes */
H A Darcdevice.h290 struct Outgoing outgoing; /* packet currently being sent */ member in struct:arcnet_local
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Disdn.h90 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */
110 int outgoing; member in struct:__anon6797
335 int outgoing; /* Flag: outgoing call */ member in struct:isdn_net_local_s
338 int onum; /* Flag: at least 1 outgoing number */
559 int skbres; /* space to reserve in outgoing skb */
628 ulong obytes[ISDN_MAX_CHANNELS]; /* Statistics outgoing bytes */
H A Darcdevice.h290 struct Outgoing outgoing; /* packet currently being sent */ member in struct:arcnet_local
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/lpslave/
H A De100lpslave.S190 ;; copy received length to outgoing network length
202 ;; Turn off the LED signaling an outgoing network packet
205 ;; Light the LED signaling an outgoing network packet
243 ;; copy received network length to outgoing parport length
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_net.c325 * outgoing packet), if counter exceeds configured limit either do a
366 if (l->outgoing || l->hupflags & ISDN_INHUP)
368 } else if (l->outgoing) {
732 lp->outgoing = 1;
2454 lp->outgoing = 0;
3007 n->next = p->local->phone[phone->outgoing & 1];
3008 p->local->phone[phone->outgoing & 1] = n;
3022 int inout = phone->outgoing & 1;
3072 phone->outgoing=USG_OUTGOING(dev->usage[idx]);
3083 int inout = phone->outgoing
[all...]
H A Disdn_ppp.c582 if(lp->outgoing)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Delsa_ser.c548 modem_set_dial(struct IsdnCardState *cs, int outgoing) { argument
561 if (outgoing)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex446 on all outgoing interfaces, or, alternatively,
H A Dip-cref.tex756 of outgoing packets (Cf.\ Appendix~\ref{ADDR-SEL}, p.\pageref{ADDR-SEL}.).
2413 The \verb|ocsum| flag calculates checksums for outgoing packets.
2421 The \verb|oseq| flag enables sequencing of outgoing packets.
2614 accounting information about outgoing packets, optionally
2900 and translation will only be enabled for outgoing http requests.

Completed in 105 milliseconds