Searched refs:protocol (Results 51 - 75 of 575) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipfwadm_core.c117 #include <net/protocol.h>
266 switch(ip->protocol)
278 printk(" PROTO=%d ", ip->protocol);
282 if(ip->protocol == IPPROTO_TCP || ip->protocol == IPPROTO_UDP)
286 if(ip->protocol == IPPROTO_TCP || ip->protocol == IPPROTO_UDP)
358 if (offset == 1 && ip->protocol == IPPROTO_TCP)
362 (ip->protocol == IPPROTO_TCP || ip->protocol
[all...]
H A Dip_conntrack_proto_gre.c4 * Connection tracking protocol helper module for GRE.
6 * GRE is a generic encapsulation protocol, which is generally not very
7 * suited for NAT, as it has no protocol-specific part as port numbers.
51 MODULE_DESCRIPTION("netfilter connection tracking protocol helper for GRE");
142 tuple->dst.u.gre.protocol = orig->dst.u.gre.protocol;
159 /* core guarantees 8 protocol bytes, no need for size check */
162 tuple->dst.u.gre.protocol = grehdr->protocol;
174 if (ntohs(grehdr->protocol) !
[all...]
H A Dip_conntrack_core.c37 /* This rwlock protects the main hash table, protocol/helper/expected
68 u_int8_t protocol)
70 return protocol == curr->proto;
73 struct ip_conntrack_protocol *__ip_ct_find_proto(u_int8_t protocol) argument
79 struct ip_conntrack_protocol *, protocol);
86 struct ip_conntrack_protocol *ip_ct_find_proto(u_int8_t protocol) argument
91 p = __ip_ct_find_proto(protocol);
122 struct ip_conntrack_protocol *protocol)
129 iph->protocol);
132 /* Guarantee 8 protocol byte
67 proto_cmpfn(const struct ip_conntrack_protocol *curr, u_int8_t protocol) argument
120 get_tuple(const struct iphdr *iph, size_t len, struct ip_conntrack_tuple *tuple, struct ip_conntrack_protocol *protocol) argument
149 invert_tuple(struct ip_conntrack_tuple *inverse, const struct ip_conntrack_tuple *orig, const struct ip_conntrack_protocol *protocol) argument
626 init_conntrack(const struct ip_conntrack_tuple *tuple, struct ip_conntrack_protocol *protocol, struct sk_buff *skb) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dst5481_init.c40 static int protocol = 2; /* EURO-ISDN Default */ variable
41 MODULE_PARM(protocol, "i");
114 hisax_register(&adapter->hisax_d_if, b_if, "st5481_usb", protocol);
H A Disdnl3.c87 /* skip protocol discriminator, callref and message type */
223 HiSax_putstatus(st->l1.hardware, "L3", "no D protocol");
232 printk(KERN_WARNING "HiSax: no specific protocol handler for proto %lu\n",ic->arg & 0xFF);
309 if (p->st->protocol != ISDN_PTYPE_NI1)
361 if (st->protocol == ISDN_PTYPE_EURO) {
366 if (st->protocol == ISDN_PTYPE_NI1) {
371 if (st->protocol == ISDN_PTYPE_1TR6) {
375 if (st->protocol == ISDN_PTYPE_LEASED) {
384 sprintf(tmp, "protocol %s not supported",
385 (st->protocol
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/bnep/
H A Dsock.c197 static int bnep_sock_create(struct socket *sock, int protocol) argument
217 sk->protocol = protocol;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/x25/
H A Dx25_dev.c189 skb->protocol = htons(ETH_P_X25);
218 skb->protocol = htons(ETH_P_X25);
246 skb->protocol = htons(ETH_P_X25);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/
H A Dpppol2tp.c1 /* pppol2tp.c - pppd plugin to implement PPPoL2TP protocol
294 uint16_t protocol; local
308 /* Get protocol */
311 protocol = buf[0];
313 protocol = ((unsigned int) buf[0]) * 256 + buf[1];
316 /* If it's a network protocol, stop snooping */
317 if (protocol <= 0x3fff) {
319 dbglog("Turning off snooping: Network protocol %04x found.", protocol);
326 if (protocol !
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/
H A Dpppol2tp.c1 /* pppol2tp.c - pppd plugin to implement PPPoL2TP protocol
288 uint16_t protocol; local
302 /* Get protocol */
305 protocol = buf[0];
307 protocol = ((unsigned int) buf[0]) * 256 + buf[1];
310 /* If it's a network protocol, stop snooping */
311 if (protocol <= 0x3fff) {
313 dbglog("Turning off snooping: Network protocol %04x found.", protocol);
320 if (protocol !
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Dcommand.c80 * Translates ISDN4Linux protocol codes to strings for debug messages
329 * Set the layer 2 protocol (X.25, HDLC, Raw)
334 int protocol,channel; local
340 protocol = arg >> 8;
342 adapter[card]->channel[channel].l2_proto = protocol;
343 pr_debug("%s: Level 2 protocol for channel %d set to %s from %d\n",
344 adapter[card]->devicename, channel+1,l2protos[adapter[card]->channel[channel].l2_proto],protocol);
347 * check that the adapter is also set to the correct protocol
356 (unsigned int *) protocol);
363 * Get the layer 2 protocol
384 int protocol = channel >> 8; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_conntrack.c175 char *protocol = NULL; local
198 for (protocol = argv[optind-1]; *protocol; protocol++)
199 *protocol = tolower(*protocol);
201 protocol = argv[optind-1];
202 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum = parse_protocol(protocol);
207 "rule would never match protocol");
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_conntrack_core.c44 /* This rwlock protects the main hash table, protocol/helper/expected
79 u_int8_t protocol)
81 return protocol == curr->proto;
84 struct ip_conntrack_protocol *__ip_ct_find_proto(u_int8_t protocol) argument
90 struct ip_conntrack_protocol *, protocol);
97 struct ip_conntrack_protocol *ip_ct_find_proto(u_int8_t protocol) argument
102 p = __ip_ct_find_proto(protocol);
133 struct ip_conntrack_protocol *protocol)
140 iph->protocol);
143 /* Guarantee 8 protocol byte
78 proto_cmpfn(const struct ip_conntrack_protocol *curr, u_int8_t protocol) argument
131 get_tuple(const struct iphdr *iph, size_t len, struct ip_conntrack_tuple *tuple, struct ip_conntrack_protocol *protocol) argument
160 invert_tuple(struct ip_conntrack_tuple *inverse, const struct ip_conntrack_tuple *orig, const struct ip_conntrack_protocol *protocol) argument
640 init_conntrack(const struct ip_conntrack_tuple *tuple, struct ip_conntrack_protocol *protocol, struct sk_buff *skb) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A DMakefile25 usb-storage-objs := scsiglue.o protocol.o transport.o usb.o \
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dcommon.h13 int atm_create(struct socket *sock,int protocol,int family);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A DMakefile14 obj-y := utils.o route.o inetpeer.o proc.o protocol.o \
/asus-wl-520gu-7.0.1.45/src/router/bpalogin/
H A DMakefile25 OBJS = bpalogin.o protocol.o transaction.o gen_md5.o unixmain.o
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsmb.h41 enum smb_protocol protocol; member in struct:smb_conn_opt
/asus-wl-520gu-7.0.1.45/src/router/iptables/include/libipq/
H A Dlibipq.h60 struct ipq_handle *ipq_create_handle(u_int32_t flags, u_int32_t protocol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsmb.h41 enum smb_protocol protocol; member in struct:smb_conn_opt
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dfsm.h45 int protocol; /* Data Link Layer Protocol field value */ member in struct:fsm
58 char *term_reason; /* Reason for closing protocol */
92 char *proto_name; /* String name for protocol (for messages) */
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Decp.c157 f->protocol = PPP_ECP;
H A Dfsm.h68 int protocol; /* Data Link Layer Protocol field value */ member in struct:fsm
81 char *term_reason; /* Reason for closing protocol */
115 char *proto_name; /* String name for protocol (for messages) */
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Decp.c157 f->protocol = PPP_ECP;
H A Dfsm.h68 int protocol; /* Data Link Layer Protocol field value */ member in struct:fsm
81 char *term_reason; /* Reason for closing protocol */
115 char *proto_name; /* String name for protocol (for messages) */
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dpasschange.c60 cli.protocol = PROTOCOL_NT1;
63 slprintf(err_str, err_str_len-1, "machine %s rejected the negotiate protocol. Error was : %s.\n",

Completed in 271 milliseconds

1234567891011>>