Searched refs:protocol (Results 176 - 200 of 1377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DInfoWindowController.h28 @protocol InfoViewController;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ethernet/
H A Dpe2.c15 skb->protocol = htons(ETH_P_IPX);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dxfrm4_input.c53 iph->protocol = XFRM_MODE_SKB_CB(skb)->protocol;
57 return -iph->protocol;
74 * Returns <0 if skb should be resubmitted (-ret is protocol)
133 * protocol to ESP, and then call into the transform receiver.
164 return xfrm4_rcv_spi(skb, ip_hdr(skb)->protocol, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A DMakefile9 protocol.o endpointola.o associola.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_netfilter.c71 (skb->protocol == htons(ETH_P_8021Q) && \
76 (skb->protocol == htons(ETH_P_8021Q) && \
81 (skb->protocol == htons(ETH_P_8021Q) && \
92 (skb->protocol == htons(ETH_P_PPP_SES) && \
97 (skb->protocol == htons(ETH_P_PPP_SES) && \
107 .protocol = cpu_to_be16(ETH_P_IP),
207 skb->protocol = htons(ETH_P_8021Q);
209 skb->protocol = htons(ETH_P_PPP_SES);
283 * protocol number. */
427 if (skb->protocol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dmixer.h13 int protocol; member in struct:usb_mixer_interface
H A Dendpoint.c155 int protocol, int iface_no)
178 if (protocol == UAC_VERSION_1) {
235 int num, protocol, clock = 0; local
251 protocol = altsd->bInterfaceProtocol;
273 switch (protocol) {
275 snd_printdd(KERN_WARNING "%d:%u:%d: unknown interface protocol %#02x, assuming v1\n",
276 dev->devnum, iface_no, altno, protocol);
277 protocol = UAC_VERSION_1;
350 if (((protocol == UAC_VERSION_1) && (fmt->bLength < 8)) ||
351 ((protocol
153 parse_uac_endpoint_attributes(struct snd_usb_audio *chip, struct usb_host_interface *alts, int protocol, int iface_no) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetfilter_ipv4.h30 /* Per-protocol information: only matters if proto match. */
88 unsigned int dataoff, u_int8_t protocol);
H A Dnetfilter_ipv6.h34 /* Per-protocol information: only matters if proto match. */
82 unsigned int dataoff, u_int8_t protocol);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-amd8111.c154 #define AMD_SMB_PRTCL 0x00 /* protocol, PEC */
198 unsigned char protocol, len, pec, temp[2]; local
201 protocol = (read_write == I2C_SMBUS_READ) ? AMD_SMB_PRTCL_READ
207 protocol |= AMD_SMB_PRTCL_QUICK;
214 protocol |= AMD_SMB_PRTCL_BYTE;
221 protocol |= AMD_SMB_PRTCL_BYTE_DATA;
232 protocol |= AMD_SMB_PRTCL_WORD_DATA | pec;
245 protocol |= AMD_SMB_PRTCL_BLOCK_DATA | pec;
257 protocol |= AMD_SMB_PRTCL_I2C_BLOCK_DATA;
264 protocol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/examples/
H A DSYN-DoS.rate.limit35 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Ddbus-sync-address-resolver.c51 void avahi_dbus_sync_address_resolver_callback(AvahiSAddressResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const AvahiAddress *address, const char *host_name, AvahiLookupResultFlags flags, void* userdata) { argument
68 i_protocol = (int32_t) protocol;
H A Ddbus-sync-host-name-resolver.c51 void avahi_dbus_sync_host_name_resolver_callback(AvahiSHostNameResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *host_name, const AvahiAddress *a, AvahiLookupResultFlags flags, void* userdata) { argument
68 i_protocol = (int32_t) protocol;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-record-browser.c64 AvahiProtocol protocol; member in struct:_GaRecordBrowserPrivate
91 priv->protocol = g_value_get_enum(value);
122 g_value_set_int(value, priv->protocol);
216 param_spec = g_param_spec_enum("protocol", "Avahi protocol to browse",
217 "Avahi protocol to browse",
308 AvahiProtocol protocol,
315 "protocol", protocol,
322 AvahiProtocol protocol, AvahiBrowserEven
307 ga_record_browser_new_full(AvahiIfIndex interface, AvahiProtocol protocol, const gchar * name, guint16 clazz, guint16 type, GaLookupFlags flags) argument
321 _avahi_record_browser_cb(AVAHI_GCC_UNUSED AvahiRecordBrowser * r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, uint16_t clazz, uint16_t type, const void *rdata, size_t rdata_size, AvahiLookupResultFlags flags, void *userdata) argument
[all...]
H A Dga-service-browser.c66 AvahiProtocol protocol; member in struct:_GaServiceBrowserPrivate
98 priv->protocol = g_value_get_enum(value);
126 g_value_set_int(value, priv->protocol);
214 param_spec = g_param_spec_enum("protocol", "Avahi protocol to browse",
215 "Avahi protocol to browse",
294 AvahiProtocol protocol, AvahiBrowserEvent event,
311 interface, protocol, name, type, domain, flags);
339 AvahiProtocol protocol,
344 "protocol", protoco
293 _avahi_service_browser_cb(AvahiServiceBrowser * b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void *userdata) argument
338 ga_service_browser_new_full(AvahiIfIndex interface, AvahiProtocol protocol, gchar * type, gchar * domain, GaLookupFlags flags) argument
[all...]
H A Dga-service-resolver.c66 AvahiProtocol protocol; member in struct:_GaServiceResolverPrivate
104 priv->protocol = g_value_get_enum(value);
142 g_value_set_enum(value, priv->protocol);
207 param_spec = g_param_spec_enum("protocol", "Avahi protocol to resolve on",
208 "Avahi protocol to resolve on",
216 param_spec = g_param_spec_enum("aprotocol", "Address protocol",
217 "Avahi protocol of the address to be resolved",
310 AvahiProtocol protocol,
327 interface, protocol,
308 _avahi_service_resolver_cb(AVAHI_GCC_UNUSED AvahiServiceResolver * resolver, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress * a, uint16_t port, AvahiStringList * txt, AvahiLookupResultFlags flags, void *userdata) argument
346 ga_service_resolver_new(AvahiIfIndex interface, AvahiProtocol protocol, const gchar * name, const gchar * type, const gchar * domain, AvahiProtocol address_protocol, GaLookupFlags flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-sync-address-resolver.c51 void avahi_dbus_sync_address_resolver_callback(AvahiSAddressResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const AvahiAddress *address, const char *host_name, AvahiLookupResultFlags flags, void* userdata) { argument
68 i_protocol = (int32_t) protocol;
H A Ddbus-sync-host-name-resolver.c51 void avahi_dbus_sync_host_name_resolver_callback(AvahiSHostNameResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *host_name, const AvahiAddress *a, AvahiLookupResultFlags flags, void* userdata) { argument
68 i_protocol = (int32_t) protocol;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-record-browser.c64 AvahiProtocol protocol; member in struct:_GaRecordBrowserPrivate
91 priv->protocol = g_value_get_enum(value);
122 g_value_set_int(value, priv->protocol);
216 param_spec = g_param_spec_enum("protocol", "Avahi protocol to browse",
217 "Avahi protocol to browse",
308 AvahiProtocol protocol,
315 "protocol", protocol,
322 AvahiProtocol protocol, AvahiBrowserEven
307 ga_record_browser_new_full(AvahiIfIndex interface, AvahiProtocol protocol, const gchar * name, guint16 clazz, guint16 type, GaLookupFlags flags) argument
321 _avahi_record_browser_cb(AVAHI_GCC_UNUSED AvahiRecordBrowser * r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, uint16_t clazz, uint16_t type, const void *rdata, size_t rdata_size, AvahiLookupResultFlags flags, void *userdata) argument
[all...]
H A Dga-service-browser.c66 AvahiProtocol protocol; member in struct:_GaServiceBrowserPrivate
98 priv->protocol = g_value_get_enum(value);
126 g_value_set_int(value, priv->protocol);
214 param_spec = g_param_spec_enum("protocol", "Avahi protocol to browse",
215 "Avahi protocol to browse",
294 AvahiProtocol protocol, AvahiBrowserEvent event,
311 interface, protocol, name, type, domain, flags);
339 AvahiProtocol protocol,
344 "protocol", protoco
293 _avahi_service_browser_cb(AvahiServiceBrowser * b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void *userdata) argument
338 ga_service_browser_new_full(AvahiIfIndex interface, AvahiProtocol protocol, gchar * type, gchar * domain, GaLookupFlags flags) argument
[all...]
H A Dga-service-resolver.c66 AvahiProtocol protocol; member in struct:_GaServiceResolverPrivate
104 priv->protocol = g_value_get_enum(value);
142 g_value_set_enum(value, priv->protocol);
207 param_spec = g_param_spec_enum("protocol", "Avahi protocol to resolve on",
208 "Avahi protocol to resolve on",
216 param_spec = g_param_spec_enum("aprotocol", "Address protocol",
217 "Avahi protocol of the address to be resolved",
310 AvahiProtocol protocol,
327 interface, protocol,
308 _avahi_service_resolver_cb(AVAHI_GCC_UNUSED AvahiServiceResolver * resolver, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress * a, uint16_t port, AvahiStringList * txt, AvahiLookupResultFlags flags, void *userdata) argument
346 ga_service_resolver_new(AvahiIfIndex interface, AvahiProtocol protocol, const gchar * name, const gchar * type, const gchar * domain, AvahiProtocol address_protocol, GaLookupFlags flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_negotiate.c145 const char* protocol; local
149 protocol = "GSS-Negotiate";
153 protocol = "Negotiate";
165 neg_ctx->protocol = protocol;
181 header += strlen(neg_ctx->protocol);
283 if(checkprefix("Negotiate", neg_ctx->protocol)) {
347 neg_ctx->protocol, encoded);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/misc/scripts/
H A Dmakemactags.sh10 include/wx/protocol/*.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filesys/
H A Dfilesystest.cpp83 const wxChar *protocol, *left, *right, *anchor; member in struct:Data
92 // file is default protocol:
107 CPPUNIT_ASSERT( tst.Protocol(d.url) == d.protocol );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A DMakefile.os26 OBJS = bpalogin.o protocol.o transaction.o gen_md5.o unixmain.o

Completed in 219 milliseconds

1234567891011>>