Searched refs:protocol (Results 1 - 25 of 1377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dg_hid.h26 unsigned char protocol; member in struct:hidg_func_descriptor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/include/
H A Dnetport.h29 int sel_netport_sid(u8 protocol, u16 pnum, u32 *sid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Sparkle.framework/Headers/
H A DSUVersionComparisonProtocol.h13 @protocol
14 @abstract Implement this protocol to provide version comparison facilities for Sparkle.
16 @protocol SUVersionComparison
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Sparkle.framework/Versions/A/Headers/
H A DSUVersionComparisonProtocol.h13 @protocol
14 @abstract Implement this protocol to provide version comparison facilities for Sparkle.
16 @protocol SUVersionComparison
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Sparkle.framework/Versions/Current/Headers/
H A DSUVersionComparisonProtocol.h13 @protocol
14 @abstract Implement this protocol to provide version comparison facilities for Sparkle.
16 @protocol SUVersionComparison
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/tools/
H A Dmrlg.cgi247 my $protocol = shift(@_);
249 if ($protocol ne 'ip' && $protocol ne 'ipv6')
251 print "Invalid protocol: $protocol\n";
252 print "protocol must be 'ip' or 'ipv6'\n\n";
255 $command = "show $protocol bgp $Form{'arg'}";
277 my $protocol = shift(@_);
279 if ($protocol ne 'ip' && $protocol n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Darcfind.cpp26 wxArchiveClassFactory::Find(const wxChar *protocol, wxStreamProtocolType type) argument
29 if (f->CanHandle(protocol, type))
H A Dfiltfind.cpp26 wxFilterClassFactory::Find(const wxChar *protocol, wxStreamProtocolType type) argument
29 if (f->CanHandle(protocol, type))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DInfoViewController.h28 @protocol InfoViewController
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dprotocol.c2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * INET protocol dispatch tables.
29 #include <net/protocol.h>
35 * Add a protocol handler to the hash tables
38 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) argument
42 hash = protocol & (MAX_INET_PROTOS - 1);
58 * Remove a protocol from the hash tables.
61 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) argument
65 hash = protocol & (MAX_INET_PROTOS - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dprotocol.c2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * PF_INET6 protocol dispatch tables.
26 #include <net/protocol.h>
32 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) argument
34 int ret, hash = protocol & (MAX_INET_PROTOS - 1);
53 * Remove a protocol from the hash tables.
56 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) argument
58 int ret, hash = protocol & (MAX_INET_PROTOS - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in69 (name,interface,protocol,stype,domain) = self.treemodel.get(iter,1,2,3,4,5)
74 self.server.ResolveService( int(interface), int(protocol), name, stype, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0), reply_handler=self.service_resolved, error_handler=self.print_error)
76 def protoname(self,protocol):
77 if protocol == avahi.PROTO_INET:
79 if protocol == avahi.PROTO_INET6:
89 def get_interface_name(self, interface, protocol):
90 if interface == avahi.IF_UNSPEC and protocol == avahi.PROTO_UNSPEC:
93 return str(self.siocgifname(interface)) + " " + str(self.protoname(protocol))
95 def service_resolved(self, interface, protocol, name, stype, domain, host, aprotocol, address, port, txt, flags):
96 print "Service data for service '%s' of type '%s' in domain '%s' on %i.%i:" % (name, stype, domain, interface, protocol)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in69 (name,interface,protocol,stype,domain) = self.treemodel.get(iter,1,2,3,4,5)
74 self.server.ResolveService( int(interface), int(protocol), name, stype, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0), reply_handler=self.service_resolved, error_handler=self.print_error)
76 def protoname(self,protocol):
77 if protocol == avahi.PROTO_INET:
79 if protocol == avahi.PROTO_INET6:
89 def get_interface_name(self, interface, protocol):
90 if interface == avahi.IF_UNSPEC and protocol == avahi.PROTO_UNSPEC:
93 return str(self.siocgifname(interface)) + " " + str(self.protoname(protocol))
95 def service_resolved(self, interface, protocol, name, stype, domain, host, aprotocol, address, port, txt, flags):
96 print "Service data for service '%s' of type '%s' in domain '%s' on %i.%i:" % (name, stype, domain, interface, protocol)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_iface.c61 struct ax25_protocol *s, *protocol; local
64 protocol = protocol_list;
65 if (protocol == NULL)
68 if (protocol->pid == pid) {
69 protocol_list = protocol->next;
73 while (protocol != NULL && protocol->next != NULL) {
74 if (protocol->next->pid == pid) {
75 s = protocol->next;
76 protocol
166 struct ax25_protocol *protocol; local
208 struct ax25_protocol *protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-byteswap.h27 #include <dbus/dbus-protocol.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dskb.h22 __field( unsigned short, protocol )
29 __entry->protocol = ntohs(skb->protocol);
34 TP_printk("skbaddr=%p protocol=%u location=%p",
35 __entry->skbaddr, __entry->protocol, __entry->location)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/port-forward/
H A Ddnsmasq-portforward57 protocol=tcp
59 protocol=udp
65 ${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
67 ${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
71 echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-client/
H A Dlookup.h52 AvahiProtocol protocol,
62 AvahiProtocol protocol,
86 AvahiProtocol protocol,
96 * interface, resp. protocol to browse on all local networks. The
108 AvahiProtocol protocol, /**< In most cases pass AVAHI_PROTO_UNSPEC here */
131 AvahiProtocol protocol,
142 AvahiProtocol protocol,
165 AvahiProtocol protocol,
179 * callback function, especially interface and protocol. The protocol
[all...]
H A Dpublish.h91 AvahiProtocol protocol /**< The protocol this service shall be announced with, i.e. MDNS over IPV4 or MDNS over IPV6. We recommend to pass AVAHI_PROTO_UNSPEC here, to announce this service on all protocols the daemon supports. */,
104 AvahiProtocol protocol,
117 AvahiProtocol protocol /**< The protocol this subtype shall be announced with. This should match the value passed for the original avahi_entry_group_add_service() call. */,
128 AvahiProtocol protocol /**< The protocol this service is announced with. This should match the value passed to the original avahi_entry_group_add_service() call. */,
139 AvahiProtocol protocol,
151 AvahiProtocol protocol,
161 AvahiProtocol protocol,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dlookup.h61 AvahiProtocol protocol, /**< Protocol number the record was found. */
71 AvahiProtocol protocol, /**< Protocol number to use when looking for the record, or AVAHI_PROTO_UNSPEC to look on all protocols */
84 AvahiProtocol protocol,
95 AvahiProtocol protocol,
109 AvahiProtocol protocol,
120 AvahiProtocol protocol,
133 AvahiProtocol protocol,
143 AvahiProtocol protocol,
157 AvahiProtocol protocol,
168 AvahiProtocol protocol,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dlookup.h52 AvahiProtocol protocol,
62 AvahiProtocol protocol,
86 AvahiProtocol protocol,
96 * interface, resp. protocol to browse on all local networks. The
108 AvahiProtocol protocol, /**< In most cases pass AVAHI_PROTO_UNSPEC here */
131 AvahiProtocol protocol,
142 AvahiProtocol protocol,
165 AvahiProtocol protocol,
179 * callback function, especially interface and protocol. The protocol
[all...]
H A Dpublish.h91 AvahiProtocol protocol /**< The protocol this service shall be announced with, i.e. MDNS over IPV4 or MDNS over IPV6. We recommend to pass AVAHI_PROTO_UNSPEC here, to announce this service on all protocols the daemon supports. */,
104 AvahiProtocol protocol,
117 AvahiProtocol protocol /**< The protocol this subtype shall be announced with. This should match the value passed for the original avahi_entry_group_add_service() call. */,
128 AvahiProtocol protocol /**< The protocol this service is announced with. This should match the value passed to the original avahi_entry_group_add_service() call. */,
139 AvahiProtocol protocol,
151 AvahiProtocol protocol,
161 AvahiProtocol protocol,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dlookup.h61 AvahiProtocol protocol, /**< Protocol number the record was found. */
71 AvahiProtocol protocol, /**< Protocol number to use when looking for the record, or AVAHI_PROTO_UNSPEC to look on all protocols */
84 AvahiProtocol protocol,
95 AvahiProtocol protocol,
109 AvahiProtocol protocol,
120 AvahiProtocol protocol,
133 AvahiProtocol protocol,
143 AvahiProtocol protocol,
157 AvahiProtocol protocol,
168 AvahiProtocol protocol,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpppox.c106 static int pppox_create(struct net *net, struct socket *sock, int protocol, argument
111 if (protocol < 0 || protocol > PX_MAX_PROTO)
115 if (!pppox_protos[protocol])
116 request_module("pppox-proto-%d", protocol);
117 if (!pppox_protos[protocol] ||
118 !try_module_get(pppox_protos[protocol]->owner))
121 rc = pppox_protos[protocol]->create(net, sock);
123 module_put(pppox_protos[protocol]->owner);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/examples/diffserv/
H A DEdge32-ca-u3257 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
86 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
97 $TC filter add dev $INDEV parent ffff: protocol ip prio 8 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 9 u32 \
109 $TC filter add dev $INDEV parent ffff: protocol ip prio 10 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol i
[all...]

Completed in 168 milliseconds

1234567891011>>