Searched refs:protocol (Results 301 - 325 of 575) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dhamachi.c252 protocol stack and replaced by a newly allocated skbuff.
1282 if (ih->protocol == IPPROTO_UDP) {
1297 } else if (ih->protocol == IPPROTO_TCP) {
1504 * the protocol design and runs IPX over 802.3 without an 802.2 LLC
1619 skb->protocol = hamachi_eth_type_trans(skb, dev);
1621 skb->protocol = eth_type_trans(skb, dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Drtnetlink.c2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Routing netlink socket interface: protocol independent part.
45 #include <net/protocol.h>
H A Dsock.c2 * INET An implementation of the TCP/IP protocol suite for the LINUX
21 * Alan Cox : sock->protocol is set correctly.
75 * protocol private data.
118 #include <net/protocol.h>
260 if (sk->protocol == IPPROTO_TCP)
967 * the protocol does not support a particular function. In certain
968 * cases where it makes no sense for a protocol to have a "do nothing"
H A Ddev.c142 * low nibble of the protocol value is RARP/SNAP/X.25.
147 * this protocol won't be in the list unless compiled in, so
210 * Add a protocol ID to the list. Now that the input handler is
215 * MUST BE last in hash buckets and checking protocol handlers
218 * Explantion follows: if protocol handler, mangling packet, will
229 * Add a protocol handler to the networking stack. The passed &packet_type
264 * Remove a protocol handler that was previously added to the kernel
265 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
917 printk(KERN_CRIT "protocol %04x is buggy, dev %s\n", skb2->protocol, de
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_teql.c252 err = dev->hard_header(skb, dev, ntohs(skb->protocol), n->ha, NULL, skb->len);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dportable.h771 extern int socket( int domain, int type, int protocol );
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Ddir.c225 * Directory timestamps in the core protocol aren't updated
230 if (server->opt.protocol < SMB_PROTOCOL_LANMAN2) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclilist.c484 if (cli->protocol <= PROTOCOL_LANMAN1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Disdnl1.c881 st->protocol = cs->protocol;
H A Dq931.c711 dp += sprintf(dp, " Unknown UI layer 1 protocol");
1363 } else if ((buf[0] == 8) && (cs->protocol == ISDN_PTYPE_NI1)) { /* NI-1 */
1449 } else if ((buf[0] == 8) && (cs->protocol == ISDN_PTYPE_EURO)) { /* EURO */
1519 dp += sprintf(dp, "Unknown protocol %x!", buf[0]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsdla_chdlc.c17 * HDLC streaming protocol
19 * Async protocol.
330 * Cisco HDLC protocol initialization routine.
336 * o initialize protocol-specific fields of the adapter data space.
384 /* Initialize protocol-specific fields */
1180 * The trick here is to put packet type (Ethertype) into 'protocol' field of
1182 * supported, set skb->protocol to 0 and discard packet later.
1189 skb->protocol = htons(type);
1250 * 1. This routine is called either by the protocol stack or by the "net
1253 * protocol stac
[all...]
H A Dsdla_fr.c477 * Frame relay protocol initialization routine.
483 * o initialize protocol-specific fields of the adapter data space.
515 /* Initialize protocol-specific fields of adapter data space */
1452 * 1. This routine is called either by the protocol stack or by the "net
1456 * will inhibit further transmit requests from the protocol stack
1457 * and can be used for flow control with protocol layer.
1635 } else if (!skb->protocol) {
2279 skb->protocol = htons(ETH_P_IP);
2324 protocol stack */
2332 skb->protocol
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Darp.c23 * Alan Cox : Make ARP add its own protocol entry
98 #include <net/protocol.h>
514 skb->protocol = htons (ETH_P_ARP);
528 * Fill out the arp protocol part.
535 * DIX code for the protocol. Make these device structure fields.
H A Dudp.c2 * INET An implementation of the TCP/IP protocol suite for the LINUX
88 #include <net/protocol.h>
572 * IOCTL requests applicable to the UDP protocol
853 (esp) && (esp->protocol != IPPROTO_ESP);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dsock.h2 * INET An implementation of the TCP/IP protocol suite for the LINUX
55 #include <net/protocol.h> /* struct inet_protocol */
298 __u16 ext_header_len; /* Network protocol overhead (IP/IPv6 options) */
497 /* Main hash linkage for various protocol lookup tables. */
596 unsigned char protocol; member in struct:sock
692 /* IP protocol blocks we attach to sockets.
835 * Functions to fill in entries in struct proto_ops when a protocol
995 * we do not release it in this function, because protocol
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dsock.h2 * INET An implementation of the TCP/IP protocol suite for the LINUX
55 #include <net/protocol.h> /* struct inet_protocol */
350 __u16 ext_header_len; /* Network protocol overhead (IP/IPv6 options) */
549 /* Main hash linkage for various protocol lookup tables. */
652 unsigned char protocol; member in struct:sock
764 /* IP protocol blocks we attach to sockets.
907 * Functions to fill in entries in struct proto_ops when a protocol
1067 * we do not release it in this function, because protocol
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dutils.c495 if (proto == protp->protocol)
505 if (proto == (protp->protocol & ~0x8000))
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dutils.c495 if (proto == protp->protocol)
505 if (proto == (protp->protocol & ~0x8000))
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_client/
H A Dcli_lsarpc.c1341 cli.protocol = PROTOCOL_NT1;
1344 DEBUG(0,("fetch_domain_sid: machine %s rejected the negotiate protocol. \
1349 if (cli.protocol != PROTOCOL_NT1) {
1350 DEBUG(0,("fetch_domain_sid: machine %s didn't negotiate NT protocol.\n",
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dtcp_ipv6.c405 if (skb->protocol == htons(ETH_P_IPV6)) {
1140 if (skb->protocol == htons(ETH_P_IP))
1218 if (skb->protocol == htons(ETH_P_IP)) {
1419 if (skb->protocol == htons(ETH_P_IP))
1439 The rest of code is protocol independent,
2119 IPPROTO_TCP, /* protocol ID */
2129 protocol: IPPROTO_TCP,
2139 /* register inet6 protocol */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/net/
H A Dnetiucv.c542 pskb->protocol = ntohs(ETH_P_IP);
574 skb->protocol = pskb->protocol;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A Dlmc_main.c634 /* If we don't know what to do, give the protocol a shot. */
757 /* Inform the world that link protocol is back up. */
900 * This will get the protocol layer ready and do any 1 time init's
1865 skb->protocol = lmc_proto_type(sc, skb);
1866 skb->protocol = htons(ETH_P_WAN_PPP);
1905 nsb->protocol = lmc_proto_type(sc, skb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dl2cap.c2 BlueZ - Bluetooth protocol stack for Linux
413 sk->protocol = proto;
424 static int l2cap_sock_create(struct socket *sock, int protocol) argument
437 if (!(sk = l2cap_sock_alloc(sock, protocol, GFP_KERNEL)))
2088 BT_ERR("Can't register L2CAP protocol");
2103 /* Unregister socket and protocol */
2108 BT_ERR("Can't unregister L2CAP protocol");
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/unix/
H A Daf_unix.c486 static int unix_create(struct socket *sock, int protocol) argument
488 if (protocol && protocol != PF_UNIX)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Diproute.c80 int protocol, protocolmask; member in struct:__anon7604
165 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask)
817 } else if (matches(*argv, "protocol") == 0) {
821 invarg("\"protocol\" value is invalid\n", *argv);
1012 } else if (matches(*argv, "protocol") == 0) {
1018 invarg("invalid \"protocol\"\n", *argv);
1022 filter.protocol = prot;

Completed in 338 milliseconds

<<11121314151617181920>>