Searched refs:protocol (Results 251 - 275 of 575) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/act2000/
H A Dcapi.c216 printk(KERN_INFO "act2000 %s: D-channel protocol now %s\n",
315 m->msg.select_b2_protocol_req.protocol = 0x03;
319 m->msg.select_b2_protocol_req.protocol = 0x02;
325 m->msg.select_b2_protocol_req.protocol = 0x01;
349 m->msg.select_b3_protocol_req.protocol = 0x04;
1160 msg->msg.select_b2_protocol_req.protocol);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dipxcp.c86 NULL, /* Called to handle protocol-specific codes */
87 "IPXCP" /* String name of protocol */
188 #define CILEN_PROTOCOL 4 /* Minimum length of routing protocol */
190 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */
363 f->protocol = PPP_IPXCP;
553 /* Always specify a routing protocol unless it was REJected. */
823 * Do not permit the peer to force a router protocol which we do not
1112 * The routing protocol is a bitmask of various types. Any combination
1114 * routing protocol must be specified only once.
1144 /* Finally do not allow a router protocol whic
1148 int protocol; local
[all...]
H A Dutils.c455 if (proto == protp->protocol)
465 if (proto == (protp->protocol & ~0x8000))
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dipxcp.c109 NULL, /* Called to handle protocol-specific codes */
110 "IPXCP" /* String name of protocol */
211 #define CILEN_PROTOCOL 4 /* Minimum length of routing protocol */
213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */
386 f->protocol = PPP_IPXCP;
576 /* Always specify a routing protocol unless it was REJected. */
846 * Do not permit the peer to force a router protocol which we do not
1135 * The routing protocol is a bitmask of various types. Any combination
1137 * routing protocol must be specified only once.
1167 /* Finally do not allow a router protocol whic
1171 int protocol; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dipxcp.c109 NULL, /* Called to handle protocol-specific codes */
110 "IPXCP" /* String name of protocol */
211 #define CILEN_PROTOCOL 4 /* Minimum length of routing protocol */
213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */
386 f->protocol = PPP_IPXCP;
576 /* Always specify a routing protocol unless it was REJected. */
846 * Do not permit the peer to force a router protocol which we do not
1135 * The routing protocol is a bitmask of various types. Any combination
1137 * routing protocol must be specified only once.
1167 /* Finally do not allow a router protocol whic
1171 int protocol; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_net.c21 * for info on the protocol, see
197 u_short proto = ntohs(skb->protocol);
447 failed. If there are generic encap protocol
474 /* try if there are generic encap protocol
880 /* try if there are generic encap protocol
906 unsigned short proto = ntohs(skb->protocol);
917 printk(KERN_DEBUG "isdn_net: protocol %04x is buggy, dev %s\n", skb->protocol, lp->name);
935 proto = ntohs(skb->protocol);
1206 protocol (i
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c15 * raw TTY, and the kernel's INET protocol layers (via DDI).
131 * A MetricomKey identifies the protocol being carried inside a Metricom
181 unsigned short protocol; /* The protocol type, using Ethernet codes */ member in struct:__anon1951
443 * protocol key, 4 bytes for checksum, one byte for CR, and 65/64 expansion
1390 if (header->protocol == htons(ETH_P_IP)) key = SIP0Key;
1391 else if (header->protocol == htons(ETH_P_ARP)) key = ARP0Key;
1395 strip_info->dev.name, ntohs(header->protocol));
1682 * Create the MAC header for an arbitrary protocol layer
1702 header->protocol
[all...]
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dweb_ex.c1282 /* destination protocol:... proto: */
4008 websWrite(wp, "function get_share_management_status(protocol){\n");
4009 websWrite(wp, " if(protocol == \"cifs\")\n");
4011 websWrite(wp, " else if(protocol == \"ftp\")\n");
4081 // The parameter from web are "protocol", "flag".
4083 char *protocol = websGetVar(wp, "protocol", ""); local
4087 if(strlen(protocol) <= 0){
4108 if(!strcmp(protocol, "cifs")){
4133 else if(!strcmp(protocol, "ft
4617 char *protocol = websGetVar(wp, "protocol", ""); local
4933 char *protocol = websGetVar(wp, "protocol", ""); local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex65 \item \verb|-f|, \verb|-family| followed by a protocol family
68 --- enforce the protocol family to use. If the option is not present,
69 the protocol family is guessed from other arguments. If the rest of the command
72 identifier meaning that no networking protocol is involved.
113 \item \verb|address| --- protocol (IP or IPv6) address on a device
436 without any help from the protocol stacks.
549 \section{{\tt ip address} --- protocol address management}
553 \paragraph{Object:} The \verb|address| is a protocol (IP or IPv6) address attached
555 to use the corresponding protocol. It is possible to have several
567 \subsection{{\tt ip address add} --- add a new protocol addres
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Daf_rose.c542 static int rose_create(struct socket *sock, int protocol) argument
547 if (sock->type != SOCK_SEQPACKET || protocol != 0)
564 sk->protocol = protocol;
604 sk->protocol = osk->protocol;
1492 MODULE_DESCRIPTION("The amateur radio ROSE network layer protocol");
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsdla_ppp.c42 * Apr 16, 1998 Jaspreet Singh o using htons() for the IPX protocol.
193 unsigned protocol; /* SKB Protocol */ member in struct:ppp_private_area
345 * PPP protocol initialization routine.
351 * o initialize protocol-specific fields of the adapter data space.
873 * The trick here is to put packet type (Ethertype) into 'protocol' field of
875 * supported, set skb->protocol to 0 and discard packet later.
886 skb->protocol = htons(type);
890 skb->protocol = 0;
961 * 1. This routine is called either by the protocol stack or by the "net
964 * protocol stac
[all...]
H A Dhostess_sv11.c60 skb->protocol=__constant_htons(ETH_P_WAN_PPP);
H A Dsealevel.c61 skb->protocol=htons(ETH_P_WAN_PPP);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Deth1394.c547 skb->protocol = ether1394_parse_encap (skb, dev, srcid, destid);
550 if (!skb->protocol) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dsocket32.c291 * by the IPv4 protocol)
603 extern asmlinkage long sys_socket(int family, int type, int protocol);
604 extern asmlinkage long sys_socketpair(int family, int type, int protocol,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Drfc1201.c91 * Determine a packet's protocol ID.
113 /* now return the protocol number */
233 skb->protocol = type_trans(skb, dev);
369 skb->protocol = type_trans(skb, dev);
387 /* set the protocol ID according to RFC1201 */
407 BUGMSG(D_NORMAL, "RFC1201: I don't understand protocol %d (%Xh)\n",
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Digmp.c4 * This code implements the IGMP protocol as defined in RFC1112. There has
5 * been a further revision of this protocol since which is now supported.
28 * and extended IGMP protocol.
92 #include <net/protocol.h>
236 iph->protocol = IPPROTO_IGMP;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_conntrack_pptp.c5 * PPTP is a a protocol for creating virtual private networks.
181 exp.tuple.dst.u.gre.protocol = __constant_htons(GRE_PROTOCOL_PPTP);
190 exp.mask.dst.u.gre.protocol = 0xffff;
584 /* control protocol helper */
H A Dip_queue.c235 pmsg->hw_protocol = entry->skb->protocol;
569 n->protocol == NETLINK_FIREWALL && n->pid) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_queue.c235 pmsg->hw_protocol = entry->skb->protocol;
569 n->protocol == NETLINK_FIREWALL && n->pid) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dicmp.c52 #include <net/protocol.h>
78 IPPROTO_ICMPV6, /* protocol ID */
179 * - it is truncated, so that it is known, that protocol is ICMPV6
449 /* Checkin header including 8 bytes of inner protocol header. */
468 if (ipprot->protocol != nexthdr)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6_queue.c17 * the netlink socket protocol (we're NETLINK_IP6_FW).
241 pmsg->hw_protocol = entry->skb->protocol;
612 n->protocol == NETLINK_IP6_FW && n->pid) {
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dutils.c463 if (proto == protp->protocol)
473 if (proto == (protp->protocol & ~0x8000))
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dsmbmount.c192 DEBUG(0,("%d: protocol negotiation failed\n", sys_getpid()));
349 conn_options.protocol = c->protocol;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Dax25_out.c382 skb->protocol = htons(ETH_P_AX25);

Completed in 362 milliseconds

<<11121314151617181920>>