Searched refs:protocol (Results 476 - 500 of 575) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A D3c574_cs.c695 MDIO protocol. See the MII specifications or DP83840A data sheet
1177 skb->protocol = eth_type_trans(skb, dev);
H A D3c589_cs.c1067 skb->protocol = eth_type_trans(skb, dev);
H A Dfmvj18x_cs.c1067 skb->protocol = eth_type_trans(skb, dev);
H A Dnetwave_cs.c1537 skb->protocol = eth_type_trans(skb,dev);
H A Dnmclan_cs.c1357 skb->protocol = eth_type_trans(skb, dev);
1359 netif_rx(skb); /* Send the packet to the upper (protocol) layers. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dplip.c44 * Tanabe Hiroyasu had changed the protocol, and it was in Linux v1.0.
46 * Crynwr packet driver, Peter Bauer changed the protocol again
47 * back to original protocol.
49 * This version follows original PLIP protocol.
64 The "Crynwr" parallel port standard specifies the following protocol:
593 * Determine the packet's protocol ID. The rule here is that we
595 * This is normal practice and works for any 'now in use' protocol.
633 * the protocol design and runs IPX over 802.3 without an 802.2 LLC
734 rcv->skb->protocol=plip_type_trans(rcv->skb, dev);
H A Dsb1000.c745 printk(KERN_DEBUG "%s: length: %d protocol: %d from: %d.%d.%d.%d:%d "
874 skb->protocol = (unsigned short) buffer[NewDatagramHeaderSkip + 16];
H A Dslip.c2 * slip.c This module implements the SLIP protocol for kernel-based
4 * kernel's INET protocol layers.
389 skb->protocol=htons(ETH_P_IP);
979 * character sequence, according to the SLIP protocol.
1351 /* Fill in our line protocol discipline, and register it */
H A Dsun3_82586.c781 skb->protocol=eth_type_trans(skb,dev);
H A Dsunbmac.c866 skb->protocol = eth_type_trans(skb, bp->dev);
H A D3c505.c700 skb->protocol = eth_type_trans(skb,dev);
H A D3c509.c901 skb->protocol = eth_type_trans(skb,dev);
H A D3c523.c974 skb->protocol = eth_type_trans(skb, dev);
H A Dau1000_eth.c1272 skb->protocol = eth_type_trans(skb, dev);
H A Deexpress.c944 skb->protocol = eth_type_trans(skb,dev);
H A Dgt96100eth.c1199 skb->protocol = eth_type_trans(skb, dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptlan.c890 skb->protocol = mpt_lan_type_trans(skb, dev);
1499 printk (KERN_INFO MYNAM ": %s: Hmmm... LAN protocol seems to be disabled on this adapter port!\n",
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_lan.c366 skb->protocol = priv->type_trans(skb, dev);
1190 * not send to the protocol address.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Ddmascc.c1123 skb->protocol = ntohs(ETH_P_AX25);
H A Dyam.c529 skb->protocol = htons(ETH_P_AX25);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dcommon.c103 int atm_create(struct socket *sock,int protocol,int family) argument
637 * The user/kernel protocol for exchanging signalling
H A Dmpc.c717 new_skb->protocol = eth_type_trans(new_skb, dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dndisc.c69 #include <net/protocol.h>
207 * to accomodate future extension to the protocol.
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnet_rpc.c2462 if (cli.protocol < PROTOCOL_NT1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/fc/
H A Diph5526.c3141 skb->protocol = fc_type_trans(skb, dev);
3142 DPRINTK("protocol = %x", skb->protocol);
3146 if (skb->protocol == ntohs(ETH_P_ARP))
3167 skb->protocol = fc_type_trans(skb, dev);
3168 DPRINTK("protocol = %x", skb->protocol);

Completed in 329 milliseconds

<<11121314151617181920>>