Searched refs:protocol (Results 376 - 400 of 575) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dfarsync.c781 skb->protocol = htons ( ETH_P_WAN_PPP );
785 /* DEC customer specific protocol (since nothing defined for
789 skb->protocol = htons ( ETH_P_CUST );
H A Dsbni.c992 skb->protocol = eth_type_trans( skb, nl->master );
998 skb->protocol = eth_type_trans( skb, dev );
1004 nl->rx_buf_p = NULL; /* protocol driver will clear this sk_buff */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dpktgen.c498 iph->protocol = IPPROTO_UDP; /* UDP */
506 skb->protocol = __constant_htons(ETH_P_IP);
1323 pginfos[i].hh[12] = 0x08; /* fill in protocol. Rest is filled in later. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_route.c3 * DECnet An implementation of the DECnet protocol suite for the LINUX
118 protocol: __constant_htons(ETH_P_DNA_RT),
1104 skb->protocol = __constant_htons(ETH_P_DNA_RT);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e100/
H A De100_main.c2014 /* set the protocol */
2015 skb->protocol = eth_type_trans(skb, dev);
2109 * on the fields: IP src, IP dst, next protocol, payload length.
2121 pseudo += (ip->protocol << 8);
2171 if ((ip->protocol == IPPROTO_TCP) ||
2172 (ip->protocol == IPPROTO_UDP)) {
2180 if (ip->protocol == IPPROTO_TCP) {
2907 * in case the packet is ethernet II and the protocol is IP, all is need is to
2913 unsigned short proto = (skb->protocol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dsysirix.c825 extern asmlinkage int sys_socket(int family, int type, int protocol);
827 asmlinkage int irix_socket(int family, int type, int protocol) argument
858 return sys_socket(family, type, protocol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dns83820.c868 skb->protocol = eth_type_trans(skb, &dev->net_dev);
1069 if (IPPROTO_TCP == skb->nh.iph->protocol)
1071 else if (IPPROTO_UDP == skb->nh.iph->protocol)
H A Dppp_generic.c58 #define NP_IPX 2 /* IPX protocol */
59 #define NP_AT 3 /* Appletalk protocol */
62 #define MPHDRLEN 6 /* multilink protocol header length */
217 /* Get the PPP protocol number from a skb */
274 /* Translates a PPP protocol number to a NP index (NP == network protocol) */
290 /* Translates an NP index into a PPP protocol number */
639 err = proto_to_npindex(npi.protocol);
811 npi = ethertype_to_npindex(ntohs(skb->protocol));
828 /* Put the 2-byte PPP protocol numbe
[all...]
H A Dsunlance.c554 skb->protocol = eth_type_trans(skb, dev);
726 skb->protocol = eth_type_trans(skb, dev);
H A D3c515.c1363 skb->protocol = eth_type_trans(skb, dev);
1452 skb->protocol = eth_type_trans(skb, dev);
H A Dbonding.c1975 (skb->protocol == __constant_htons(ETH_P_ARP) ) ) {
1987 (skb->protocol == __constant_htons(ETH_P_IP) ) ) {
H A Dcs89x0.c864 skb->protocol=eth_type_trans(skb,dev);
1530 skb->protocol=eth_type_trans(skb,dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dlanstreamer.c962 skb2->protocol = tr_type_trans(skb2, dev);
975 /* pass the received skb up to the protocol */
1007 skb->protocol = tr_type_trans(skb, dev);
1008 /* send up to the protocol */
1614 mac_frame->protocol = tr_type_trans(mac_frame, dev);
H A D3c359.c848 * of 0. As the Rx interrupt is received we copy the frame up to the protocol layers
939 skb->protocol = tr_type_trans(skb,dev) ;
961 skb2->protocol = tr_type_trans(skb2,dev) ;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipx/
H A Daf_ipx.c20 * new multi-protocol edition of hard_header
43 * protocol private area for ipx data.
772 skb->protocol = __constant_htons(ETH_P_IPX);
1906 static int ipx_create(struct socket *sock, int protocol) argument
1926 ret = spx_family_ops->create(sock, protocol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusb.c607 * Matches based on device class/subclass/protocol specifications
613 * Matches based on interface class/subclass/protocol are the
621 * without vendor and product IDs; or specify a protocol without
1912 int usb_set_protocol(struct usb_device *dev, int ifnum, int protocol) argument
1916 protocol, ifnum, NULL, 0, HZ * SET_TIMEOUT);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/appletalk/
H A Dddp.c2 * DDP: An implementation of the AppleTalk DDP protocol for
1107 static int atalk_create(struct socket *sock, int protocol) argument
1482 skb->protocol = htons(ETH_P_IP);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_tables.c169 /* Check specific protocol */
171 && FWINV(ip->protocol != ipinfo->proto, IPT_INV_PROTO)) {
172 dprintf("Packet protocol %hi does not match %hi.%s\n",
173 ip->protocol, ipinfo->proto,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_tables.c169 /* Check specific protocol */
171 && FWINV(ip->protocol != ipinfo->proto, IPT_INV_PROTO)) {
172 dprintf("Packet protocol %hi does not match %hi.%s\n",
173 ip->protocol, ipinfo->proto,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daddrconf.c57 #include <net/protocol.h>
992 p.iph.protocol = IPPROTO_IPV6;
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dlcp.c112 "Disable protocol field compression",
115 "Disable protocol field compression",
223 "LCP" /* String name of protocol */
321 f->protocol = PPP_LCP;
422 * Don't use A/C or protocol compression on transmission,
423 * but accept A/C and protocol compressed packets
424 * if we are going to ask for A/C and protocol compression.
532 * Figure out which protocol is rejected and inform it.
564 if (protp->protocol == prot && protp->enabled_flag) {
569 warn("Protocol-Reject for unsupported protocol
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dlcp.c138 "Disable protocol field compression",
141 "Disable protocol field compression",
249 "LCP" /* String name of protocol */
347 f->protocol = PPP_LCP;
446 * Don't use A/C or protocol compression on transmission,
447 * but accept A/C and protocol compressed packets
448 * if we are going to ask for A/C and protocol compression.
557 * Figure out which protocol is rejected and inform it.
589 if (protp->protocol == prot && protp->enabled_flag) {
594 warn("Protocol-Reject for unsupported protocol
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dlcp.c138 "Disable protocol field compression",
141 "Disable protocol field compression",
249 "LCP" /* String name of protocol */
347 f->protocol = PPP_LCP;
446 * Don't use A/C or protocol compression on transmission,
447 * but accept A/C and protocol compressed packets
448 * if we are going to ask for A/C and protocol compression.
557 * Figure out which protocol is rejected and inform it.
589 if (protp->protocol == prot && protp->enabled_flag) {
594 warn("Protocol-Reject for unsupported protocol
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/appliance/
H A Dappliance.spec27 protocol.
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/RedHat/
H A Dsamba.spec33 frame) protocol.

Completed in 401 milliseconds

<<11121314151617181920>>