Searched refs:protocol (Results 101 - 125 of 575) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dip.h2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the IP protocol.
133 __u8 protocol; member in struct:iphdr
H A Dpkt_cls.h115 __u8 protocol; member in struct:tc_rsvp_pinfo
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/net/
H A Dif_ppp.h28 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */
67 int protocol; /* PPP procotol, e.g. PPP_IP */ member in struct:npioctl
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/net/
H A Dif_ppp.h51 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */
90 int protocol; /* PPP procotol, e.g. PPP_IP */ member in struct:npioctl
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dmain.c237 * PPP Data Link Layer "protocol" table.
238 * One entry per supported protocol.
313 * Initialize each protocol.
542 lcp_open(0); /* Start protocol */
900 /* List of protocol names, to make our messages a little more informative. */
970 * protocol_name - find a name for a PPP protocol.
992 u_short protocol; local
1019 GETSHORT(protocol, p);
1025 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
1035 && !(protocol
[all...]
H A Dauth.c582 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
584 if (protp->protocol < 0xC000 && protp->close != NULL)
612 if (protp->protocol != PPP_LCP && protp->enabled_flag
745 if ((protp->protocol == PPP_ECP || protp->protocol == PPP_CCP)
769 if (protp->protocol < 0xC000
770 && protp->protocol != PPP_CCP && protp->protocol != PPP_ECP
782 * The peer has failed to authenticate himself using `protocol'.
785 auth_peer_fail(unit, protocol)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/net/
H A Dif_ppp.h51 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */
90 int protocol; /* PPP procotol, e.g. PPP_IP */ member in struct:npioctl
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dmain.c237 * PPP Data Link Layer "protocol" table.
238 * One entry per supported protocol.
313 * Initialize each protocol.
542 lcp_open(0); /* Start protocol */
900 /* List of protocol names, to make our messages a little more informative. */
970 * protocol_name - find a name for a PPP protocol.
992 u_short protocol; local
1019 GETSHORT(protocol, p);
1025 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
1035 && !(protocol
[all...]
H A Dauth.c582 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
584 if (protp->protocol < 0xC000 && protp->close != NULL)
612 if (protp->protocol != PPP_LCP && protp->enabled_flag
745 if ((protp->protocol == PPP_ECP || protp->protocol == PPP_CCP)
769 if (protp->protocol < 0xC000
770 && protp->protocol != PPP_CCP && protp->protocol != PPP_ECP
782 * The peer has failed to authenticate himself using `protocol'.
785 auth_peer_fail(unit, protocol)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dclient.h68 int protocol; member in struct:cli_state
80 * the protocol > NT1.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_x25iface.c15 * Only protocol specific stuff goes here. Device specific stuff
71 /* check protocol data field for consistency */
80 /* create a new x25 interface protocol instance
101 /* close the x25iface encapsulation protocol
131 /* Delete the x25iface encapsulation protocol instance
149 /* close if the protocol is still open */
199 skb -> protocol = htons(ETH_P_X25);
233 skb -> protocol = htons(ETH_P_X25);
265 skb -> protocol = htons(ETH_P_X25);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_LOG.c67 switch (iph->protocol) {
232 int esp= (iph->protocol==IPPROTO_ESP);
252 printk("PROTO=%u ", iph->protocol);
H A Dip_fw_compat_redir.c168 switch (iph->protocol) {
249 if (iph->protocol != IPPROTO_TCP)
277 if (iph->protocol != IPPROTO_TCP)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_LOG.c67 switch (iph->protocol) {
232 int esp= (iph->protocol==IPPROTO_ESP);
252 printk("PROTO=%u ", iph->protocol);
H A Dip_fw_compat_redir.c168 switch (iph->protocol) {
249 if (iph->protocol != IPPROTO_TCP)
277 if (iph->protocol != IPPROTO_TCP)
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dmain.c193 * PPP Data Link Layer "protocol" table.
194 * One entry per supported protocol.
278 * Initialize each protocol.
481 lcp_open(0); /* Start protocol */
831 /* List of protocol names, to make our messages a little more informative. */
901 * protocol_name - find a name for a PPP protocol.
923 u_short protocol; local
950 GETSHORT(protocol, p);
956 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
966 && !(protocol
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dsvcsock.c1158 *errp = svc_register(serv, inet->protocol, ntohs(inet->sport));
1187 svc_create_socket(struct svc_serv *serv, int protocol, struct sockaddr_in *sin) argument
1195 serv->sv_program->pg_name, protocol,
1199 if (protocol != IPPROTO_UDP && protocol != IPPROTO_TCP) {
1204 type = (protocol == IPPROTO_UDP)? SOCK_DGRAM : SOCK_STREAM;
1206 if ((error = sock_create(PF_INET, type, protocol, &sock)) < 0)
1217 if (protocol == IPPROTO_TCP) {
1275 svc_makesock(struct svc_serv *serv, int protocol, unsigned short port) argument
1279 dprintk("svc: creating socket proto = %d\n", protocol);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcycx_x25.c30 * conf->protocol in new_if
111 u16 protocol; /* ethertype, 0 - multiplexed */ member in struct:x25_channel
199 * o initialize protocol-specific fields of the adapter data space.
214 /* Initialize protocol-specific fields */
304 /* Initialize protocol-specific fields of adapter data space */
365 chan->protocol = conf->protocol ? ETH_P_X25 : ETH_P_IP;
540 * The trick here is to put packet type (Ethertype) into 'protocol' field of
542 * set skb->protocol to 0 and discard packet later.
548 skb->protocol
[all...]
H A Dhdlc.c21 * Use sethdlc utility to set line parameters, protocol and PVCs
50 #define CISCO_KEEPALIVE 0x8035 /* Cisco keepalive protocol */
80 data->protocol = htons(type);
135 switch(ntohs(data->protocol)) {
139 skb->protocol = data->protocol;
211 } /* switch(protocol) */
213 printk(KERN_INFO "%s: Unsupported protocol %x\n", hdlc_to_name(hdlc),
214 data->protocol);
687 skb->protocol
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dusb.c18 * describes in detail the protocol used to communicate with such
53 #include "protocol.h"
575 u8 protocol = 0; local
621 /* Determine subclass and protocol, or copy from the interface */
625 protocol = (unusual_dev->useTransport == US_PR_DEVICE) ?
638 * An optional interrupt is OK (necessary for CBI protocol).
663 if (protocol == US_PR_EUSB_SDDR09 || protocol == US_PR_DPCM_USB) {
680 if (!ep_in || !ep_out || (protocol == US_PR_CBI && !ep_int)) {
743 if ((ss->protocol
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_sfq.c142 switch (skb->protocol) {
147 h2 = iph->saddr^iph->protocol;
149 (iph->protocol == IPPROTO_TCP ||
150 iph->protocol == IPPROTO_UDP ||
151 iph->protocol == IPPROTO_ESP))
167 h = (u32)(unsigned long)skb->dst^skb->protocol;
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dsession.c728 unsigned int protocol; local
742 /* Get protocol */
745 protocol = buf[0];
747 protocol = ((unsigned int) buf[0]) * 256 + buf[1];
750 /* If it's a network protocol, stop snooping */
751 if (protocol <= 0x3fff) {
752 DBG(l2tp_db(DBG_SNOOP, "Turning off snooping: Network protocol %04x found.\n", protocol));
758 if (protocol != 0xc021) {
762 /* Skip protocol; g
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dethertap.c181 printk(KERN_DEBUG "%s: not aligned xmit by protocol %04x\n", dev->name, skb->protocol);
277 skb->protocol=eth_type_trans(skb,dev);
295 struct net_device *dev = tap_map[sk->protocol];
H A Dloopback.c2 * INET An implementation of the TCP/IP protocol suite for the LINUX
83 skb->protocol=eth_type_trans(skb,dev);
/asus-wl-520gu-7.0.1.45/src/router/iptables/libipq/
H A Dlibipq.c83 { IPQ_ERR_PROTOCOL, "Invalid protocol specified" }
202 struct ipq_handle *ipq_create_handle(u_int32_t flags, u_int32_t protocol) argument
215 if (protocol == PF_INET)
217 else if (protocol == PF_INET6)

Completed in 294 milliseconds

1234567891011>>