Searched refs:protocol (Results 276 - 300 of 575) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddatagram.c16 * Alan Cox : Fixed write poll of non IP protocol crash.
41 #include <net/protocol.h>
409 * Note: when you _don't_ use this routine for this protocol,
H A Ddv.c2 * INET An implementation of the TCP/IP protocol suite for the LINUX
488 switch (iph->protocol) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_autofw.c23 #include <net/protocol.h>
93 /* We don't want to manip the per-protocol, just the IPs... */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_autofw.c23 #include <net/protocol.h>
93 /* We don't want to manip the per-protocol, just the IPs... */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_red.c166 switch (skb->protocol) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnet.h2 * NET An implementation of the SOCKET network access protocol.
118 int (*create)(struct socket *sock, int protocol);
H A Dwanpipe.h16 * Used to determine the protocol running.
236 unsigned char protocol PACKED;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnet.h2 * NET An implementation of the SOCKET network access protocol.
118 int (*create)(struct socket *sock, int protocol);
H A Dwanpipe.h16 * Used to determine the protocol running.
236 unsigned char protocol PACKED;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dlog2pcaphex.c72 uint8 protocol; member in struct:__anon12471
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsys_sunos.c620 extern asmlinkage int sys_socket(int family, int type, int protocol);
1108 asmlinkage int sunos_socket(int family, int type, int protocol) argument
1112 ret = sys_socket(family, type, protocol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dhisax_fcpcipnp.c69 static int protocol = 2; /* EURO-ISDN Default */ variable
70 MODULE_PARM(protocol, "i");
848 hisax_register(&adapter->isac.hisax_d_if, b_if, "fcpcipnp", protocol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpppoe.c507 sk->protocol = PX_PROTO_OE;
827 skb->protocol = __constant_htons(ETH_P_PPP_SES);
902 skb2->protocol = __constant_htons(ETH_P_PPP_SES);
H A Datari_bionet.c553 skb->protocol = eth_type_trans( skb, dev );
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dsco.c2 BlueZ - Bluetooth protocol stack for Linux
417 sk->protocol = proto;
428 static int sco_sock_create(struct socket *sock, int protocol) argument
441 if (!(sk = sco_sock_alloc(sock, protocol, GFP_KERNEL)))
981 BT_ERR("Can't register SCO protocol");
998 /* Unregister socket, protocol and notifier */
1003 BT_ERR("Can't unregister SCO protocol %d", err);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dip6_output.c47 #include <net/protocol.h>
104 skb->protocol = htons(ETH_P_IPV6);
265 skb->protocol = htons(ETH_P_IPV6);
H A Dudp.c41 #include <net/protocol.h>
423 if (skb->protocol == htons(ETH_P_IP)) {
904 IPPROTO_UDP, /* protocol ID */
1004 protocol: IPPROTO_UDP,
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Ddiscover.c439 packet.ip.protocol = IPPROTO_UDP;
536 if (packet.ip.protocol != IPPROTO_UDP || packet.ip.version != IPVERSION ||
561 packet.ip.protocol = IPPROTO_UDP;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dwanpipe_multppp.c207 * Cisco HDLC protocol initialization routine.
213 * o initialize protocol-specific fields of the adapter data space.
261 /* Initialize protocol-specific fields */
311 "%s: for Multi-Port PPP protocol.\n",
616 /* Attach PPP protocol layer to pppdev
843 * 1. This routine is called either by the protocol stack or by the "net
846 * protocol stack and can be used for flow control with protocol layer.
896 if (ntohs(skb->protocol) != htons(PVC_PROT)){
1555 skb->protocol
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Daf_decnet.c3 * DECnet An implementation of the DECnet protocol suite for the LINUX
489 sk->protocol = 0;
715 static int dn_create(struct socket *sock, int protocol) argument
721 if (protocol != DNPROTO_NSP)
734 sk->protocol = protocol;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_ppp.c892 * get the PPP protocol header and pull skb
903 // protocol field is compressed
972 * address/control and protocol have been stripped from the skb
1013 skb->protocol = htons(ETH_P_IPX);
1018 skb->protocol = htons(ETH_P_IP);
1037 skb->protocol = htons(ETH_P_IP);
1066 skb->protocol = htons(ETH_P_IP);
1161 switch (ntohs(skb->protocol)) {
1169 printk(KERN_ERR "isdn_ppp: skipped unsupported protocol: %#x.\n",
1170 skb->protocol);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Droute.c2 * INET An implementation of the TCP/IP protocol suite for the LINUX
88 #include <net/protocol.h>
143 protocol: __constant_htons(ETH_P_IP),
1250 skb->protocol != htons(ETH_P_IP))
1461 if (skb->protocol != htons(ETH_P_IP)) {
1526 if (skb->protocol != htons(ETH_P_IP))
2146 skb->protocol = htons(ETH_P_IP);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsys_sunos32.c589 extern asmlinkage int sys_socket(int family, int type, int protocol);
1261 asmlinkage int sunos_socket(int family, int type, int protocol) argument
1265 ret = sys_socket(family, type, protocol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-floppy.c549 unsigned protocol :2; /* Protocol type */ member in struct:idefloppy_id_gcw
551 unsigned protocol :2; /* Protocol type */
1893 switch (gcw.protocol) {
1971 if (gcw.protocol != 2)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dolympic.c833 skb2->protocol = tr_type_trans(skb2,dev);
846 skb->protocol = tr_type_trans(skb,dev) ;
862 skb->protocol = tr_type_trans(skb,dev);
1447 mac_frame->protocol = tr_type_trans(mac_frame,dev);

Completed in 414 milliseconds

<<11121314151617181920>>