Searched refs:protocol (Results 201 - 225 of 1377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pcap2nbench/
H A Dip.cpp43 protocol = data[9];
60 << "Protocol: " << (uint32_t)rhs.protocol << std::endl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/doc/
H A DMakefile.am7 protocol.texi ripd.texi ripngd.texi routemap.texi snmp.texi vtysh.texi
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Growl.framework/Headers/
H A DGrowlApplicationBridge.h24 @protocol GrowlApplicationBridgeDelegate;
92 * The methods in the GrowlApplicationBridgeDelegate protocol are required
96 * informal protocol are individually optional. They provide a greater
101 * informal protocol are individually optional and are only applicable when
113 * @param inDelegate The delegate for the GrowlApplicationBridge. It must conform to the GrowlApplicationBridgeDelegate protocol.
409 * @protocol GrowlApplicationBridgeDelegate
410 * @abstract Required protocol for the Growl delegate.
411 * @discussion The methods in this protocol are required and are called
417 @protocol GrowlApplicationBridgeDelegate
419 // -registrationDictionaryForGrowl has moved to the informal protocol a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Growl.framework/Versions/A/Headers/
H A DGrowlApplicationBridge.h24 @protocol GrowlApplicationBridgeDelegate;
92 * The methods in the GrowlApplicationBridgeDelegate protocol are required
96 * informal protocol are individually optional. They provide a greater
101 * informal protocol are individually optional and are only applicable when
113 * @param inDelegate The delegate for the GrowlApplicationBridge. It must conform to the GrowlApplicationBridgeDelegate protocol.
409 * @protocol GrowlApplicationBridgeDelegate
410 * @abstract Required protocol for the Growl delegate.
411 * @discussion The methods in this protocol are required and are called
417 @protocol GrowlApplicationBridgeDelegate
419 // -registrationDictionaryForGrowl has moved to the informal protocol a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Growl.framework/Versions/Current/Headers/
H A DGrowlApplicationBridge.h24 @protocol GrowlApplicationBridgeDelegate;
92 * The methods in the GrowlApplicationBridgeDelegate protocol are required
96 * informal protocol are individually optional. They provide a greater
101 * informal protocol are individually optional and are only applicable when
113 * @param inDelegate The delegate for the GrowlApplicationBridge. It must conform to the GrowlApplicationBridgeDelegate protocol.
409 * @protocol GrowlApplicationBridgeDelegate
410 * @abstract Required protocol for the Growl delegate.
411 * @discussion The methods in this protocol are required and are called
417 @protocol GrowlApplicationBridgeDelegate
419 // -registrationDictionaryForGrowl has moved to the informal protocol a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dupnpcommands.h179 * out protocol (4 bytes)
200 char * protocol,
220 const char * protocol,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dxfrm4_tunnel.c11 #include <net/protocol.h>
21 return ip_hdr(skb)->protocol;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/phonet/
H A Dphonet.h34 * protocol-specific structure under name c.
98 /* Protocols in Phonet protocol family. */
105 int phonet_proto_register(int protocol, struct phonet_protocol *pp);
106 void phonet_proto_unregister(int protocol, struct phonet_protocol *pp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmemdebug.h59 CURL_EXTERN curl_socket_t curl_socket(int domain, int type, int protocol,
68 CURL_EXTERN int curl_socketpair(int domain, int type, int protocol,
106 #define socket(domain,type,protocol)\
107 curl_socket(domain,type,protocol,__LINE__,__FILE__)
112 #define socketpair(domain,type,protocol,socket_vector)\
113 curl_socketpair(domain,type,protocol,socket_vector,__LINE__,__FILE__)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dcommand.c58 * Translates ISDN4Linux protocol codes to strings for debug messages
233 * Set the layer 2 protocol (X.25, HDLC, Raw)
238 int protocol,channel; local
244 protocol = arg >> 8;
246 sc_adapter[card]->channel[channel].l2_proto = protocol;
249 * check that the adapter is also set to the correct protocol
258 (unsigned int *) protocol);
265 * Set the layer 3 protocol
269 int protocol = channel >> 8; local
276 sc_adapter[card]->channel[channel].l3_proto = protocol;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dnetfilter.c101 unsigned int dataoff, u_int8_t protocol)
111 skb->len - dataoff, protocol,
123 protocol,
135 u_int8_t protocol)
144 return nf_ip6_checksum(skb, hook, dataoff, protocol);
151 protocol,
100 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, u_int8_t protocol) argument
133 nf_ip6_checksum_partial(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, unsigned int len, u_int8_t protocol) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dusblp.c84 * [0]=current protocol (1=7/1/1, 2=7/1/2, 3=7/1/3),
85 * [1]=supported protocol mask (mask&(1<<n)!=0 means 7/1/n supported): */
87 /* Set protocol (arg: 1=7/1/1, 2=7/1/2, 3=7/1/3): */
149 /* Alternate-setting numbers and endpoints for each protocol
155 } protocol[USBLP_MAX_PROTOCOLS]; member in struct:usblp
183 dbg("protocol[%d].alt_setting=%d", p, usblp->protocol[p].alt_setting);
184 dbg("protocol[%d].epwrite=%p", p, usblp->protocol[p].epwrite);
185 dbg("protocol[
1079 int protocol; local
1286 usblp_set_protocol(struct usblp *usblp, int protocol) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Ddbus-protocol.c57 #include "dbus-protocol.h"
466 int32_t interface, protocol, aprotocol; local
474 DBUS_TYPE_INT32, &protocol,
499 if (!(i->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, name, (AvahiProtocol) aprotocol, (AvahiLookupFlags) flags, avahi_dbus_sync_host_name_resolver_callback, i))) {
508 int32_t interface, protocol; local
517 DBUS_TYPE_INT32, &protocol,
544 if (!(i->address_resolver = avahi_s_address_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, &a, (AvahiLookupFlags) flags, avahi_dbus_sync_address_resolver_callback, i))) {
562 int32_t interface, protocol, type; local
569 DBUS_TYPE_INT32, &protocol,
598 if (!(i->domain_browser = avahi_s_domain_browser_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, domai
618 int32_t interface, protocol; local
673 int32_t interface, protocol; local
720 int32_t interface, protocol, aprotocol; local
770 int32_t interface, protocol, aprotocol; local
833 int32_t interface, protocol, aprotocol; local
886 int32_t interface, protocol; local
951 int32_t interface, protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-protocol.c57 #include "dbus-protocol.h"
466 int32_t interface, protocol, aprotocol; local
474 DBUS_TYPE_INT32, &protocol,
499 if (!(i->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, name, (AvahiProtocol) aprotocol, (AvahiLookupFlags) flags, avahi_dbus_sync_host_name_resolver_callback, i))) {
508 int32_t interface, protocol; local
517 DBUS_TYPE_INT32, &protocol,
544 if (!(i->address_resolver = avahi_s_address_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, &a, (AvahiLookupFlags) flags, avahi_dbus_sync_address_resolver_callback, i))) {
562 int32_t interface, protocol, type; local
569 DBUS_TYPE_INT32, &protocol,
598 if (!(i->domain_browser = avahi_s_domain_browser_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, domai
618 int32_t interface, protocol; local
673 int32_t interface, protocol; local
720 int32_t interface, protocol, aprotocol; local
770 int32_t interface, protocol, aprotocol; local
833 int32_t interface, protocol, aprotocol; local
886 int32_t interface, protocol; local
951 int32_t interface, protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnegprot.c54 Reply for the core protocol.
67 Reply for the coreplus protocol.
86 Reply for the lanman 1.0 protocol.
128 Reply for the lanman 2.0 protocol.
239 Reply for the nt protocol.
378 /* these are the protocol lists used for auto architecture detection:
381 protocol [PC NETWORK PROGRAM 1.0]
382 protocol [XENIX CORE]
383 protocol [MICROSOFT NETWORKS 1.03]
384 protocol [LANMAN
492 int protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_flow.c70 switch (skb->protocol) {
86 switch (skb->protocol) {
97 return addr_fold(skb_dst(skb)) ^ (__force u16)skb->protocol;
102 switch (skb->protocol) {
105 ip_hdr(skb)->protocol : 0;
114 static int has_ports(u8 protocol) argument
116 switch (protocol) {
131 switch (skb->protocol) {
139 has_ports(iph->protocol) &&
161 switch (skb->protocol) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientUDPSocket.cpp29 #include <protocol/Protocols.h>
30 #include <protocol/ed2k/Client2Client/TCP.h> // Sometimes we reply with TCP packets.
31 #include <protocol/ed2k/Client2Client/UDP.h>
32 #include <protocol/kad2/Client2Client/UDP.h>
87 uint8_t protocol = decryptedBuffer[0]; local
92 switch (protocol) {
127 AddDebugLogLineN(logClientUDP, CFormat(wxT("Unknown opcode on received packet: 0x%x")) % protocol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dlog.c121 fprintf (zl->fp, "%s: ", zlog_proto_names[zl->protocol]);
132 fprintf (stdout, "%s: ", zlog_proto_names[zl->protocol]);
143 fprintf (stderr, "%s: ", zlog_proto_names[zl->protocol]);
150 vty_log (zlog_proto_names[zl->protocol], format, args[ZLOG_NOLOG_INDEX]);
322 openzlog (const char *progname, int flags, zlog_proto_t protocol,
332 zl->protocol = protocol;
319 openzlog(const char *progname, int flags, zlog_proto_t protocol, int syslog_flags, int syslog_facility) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_sync.c54 __u8 protocol; /* Which protocol (TCP/UDP) */ member in struct:ip_vs_sync_conn
260 s->protocol = cp->protocol;
352 pp = ip_vs_proto_get(s->protocol);
354 IP_VS_ERR_RL("Unsupported protocol %u in sync msg\n",
355 s->protocol);
364 /* protocol in templates is not used for state/timeout */
374 cp = ip_vs_conn_in_get(AF_INET, s->protocol,
380 cp = ip_vs_ct_in_get(AF_INET, s->protocol,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Df_rsvp.c86 if (pinfo->protocol == 0)
87 pinfo->protocol = IPPROTO_AH;
98 if (pinfo->protocol == 0)
99 pinfo->protocol = IPPROTO_ESP;
204 if (pinfo.dpi.mask || pinfo.protocol)
216 if (pinfo.spi.mask || pinfo.protocol)
227 pinfo.protocol = num;
366 if (pinfo && pinfo->protocol) {
368 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtestssl163 for protocol in TLSv1.2 SSLv3; do
164 echo "Testing ciphersuites for $protocol"
165 for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
166 test_cipher $cipher $protocol
171 for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "EDH+aRSA+$protocol:-EXP" | tr ':' ' '`; do
172 test_cipher $cipher $protocol
175 if [ $protocol = "SSLv3" ] ; then
188 for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "EECDH+aRSA+$protocol:-EXP" | tr ':' ' '`; do
189 test_cipher $cipher $protocol
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dhost.c39 const unsigned short protocol; /* transport to search for*/ member in struct:nlm_lookup_host_info
107 * (address, protocol, version, server/client)
121 if (host->h_proto != ni->protocol)
171 host->h_proto = ni->protocol;
224 * @protocol: transport protocol to use
225 * @version: NLM protocol version
230 * [server address, transport protocol, NLM version, server hostname].
236 const unsigned short protocol,
248 .protocol
234 nlmclnt_lookup_host(const struct sockaddr *sap, const size_t salen, const unsigned short protocol, const u32 version, const char *hostname, int noresvport) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtestssl163 for protocol in TLSv1.2 SSLv3; do
164 echo "Testing ciphersuites for $protocol"
165 for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
166 test_cipher $cipher $protocol
171 for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "EDH+aRSA+$protocol:-EXP" | tr ':' ' '`; do
172 test_cipher $cipher $protocol
175 if [ $protocol = "SSLv3" ] ; then
188 for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "EECDH+aRSA+$protocol:-EXP" | tr ':' ' '`; do
189 test_cipher $cipher $protocol
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-scmi.c87 unsigned char protocol; local
101 protocol = ACPI_SMBUS_PRTCL_QUICK;
112 protocol = ACPI_SMBUS_PRTCL_BYTE;
124 protocol = ACPI_SMBUS_PRTCL_BYTE_DATA;
134 protocol = ACPI_SMBUS_PRTCL_WORD_DATA;
144 protocol = ACPI_SMBUS_PRTCL_BLOCK_DATA;
162 protocol |= ACPI_SMBUS_PRTCL_READ;
166 protocol |= ACPI_SMBUS_PRTCL_WRITE;
173 mt_params[0].integer.value = protocol;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dformat.c46 int protocol)
51 switch (protocol) {
349 int protocol = altsd->bInterfaceProtocol; local
368 fmt, protocol);
378 switch (protocol) {
380 snd_printdd(KERN_WARNING "%d:%u:%d : invalid protocol version %d, assuming v1\n",
381 chip->dev->devnum, fp->iface, fp->altsetting, protocol);
412 int protocol = altsd->bInterfaceProtocol; local
431 switch (protocol) {
433 snd_printdd(KERN_WARNING "%d:%u:%d : invalid protocol versio
43 parse_audio_format_i_type(struct snd_usb_audio *chip, struct audioformat *fp, int format, void *_fmt, int protocol) argument
[all...]

Completed in 246 milliseconds

1234567891011>>