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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dauth.c16 * get protocol handler
23 static int ceph_auth_init_protocol(struct ceph_auth_client *ac, int protocol) argument
25 switch (protocol) {
95 * Initiate protocol negotiation with monitor. Include entity name
110 ceph_encode_32(&p, 0); /* no protocol, yet */
148 ceph_encode_32(&p, ac->protocol);
170 int protocol; local
181 protocol = ceph_decode_32(&p);
206 if (!protocol && result < 0) {
210 /* set up (new) protocol handle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dbrowse.c49 AvahiProtocol protocol; member in struct:AvahiSRBLookup
62 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
63 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
87 AvahiProtocol protocol,
95 assert(AVAHI_PROTO_VALID(protocol));
107 l->protocol = protocol;
163 AvahiProtocol protocol,
174 (l->interface == AVAHI_PROTO_UNSPEC || l->protocol == protocol)
84 lookup_new( AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiKey *key) argument
160 lookup_find( AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiKey *key) argument
251 lookup_multicast_callback( AvahiMulticastLookupEngine *e, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiLookupResultFlags flags, AvahiRecord *r, void *userdata) argument
361 lookup_add(AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiKey *key) argument
403 lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r) argument
428 lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r) argument
524 avahi_s_record_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, AvahiKey *key, AvahiLookupFlags flags, AvahiSRecordBrowserCallback callback, void* userdata) argument
[all...]
H A Dmulticast-lookup.c49 AvahiProtocol protocol; member in struct:AvahiMulticastLookup
78 l->callback(l->engine, l->interface, l->protocol, AVAHI_BROWSER_ALL_FOR_NOW, AVAHI_LOOKUP_RESULT_MULTICAST, NULL, l->userdata);
84 AvahiProtocol protocol,
94 assert(AVAHI_PROTO_VALID(protocol));
106 l->protocol = protocol;
116 avahi_querier_add_for_all(e->server, interface, protocol, l->key, &tv);
134 avahi_querier_remove_for_all(l->engine->server, l->interface, l->protocol, l->key);
215 cbdata->interface->protocol,
246 AvahiProtocol protocol,
81 avahi_multicast_lookup_new( AvahiMulticastLookupEngine *e, AvahiIfIndex interface, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata) argument
243 avahi_multicast_lookup_engine_scan_cache( AvahiMulticastLookupEngine *e, AvahiIfIndex interface, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata) argument
[all...]
H A Ddns-srv-rr.h53 AvahiProtocol protocol,
64 AvahiProtocol protocol,
76 AvahiProtocol protocol,
79 AvahiProtocol aprotocol, /**< Address protocol for the DNS server */
H A Dbrowse-service.c51 AvahiProtocol protocol,
70 if (event == AVAHI_BROWSER_NEW && avahi_server_is_service_local(b->server, interface, protocol, record->data.ptr.name))
78 b->callback(b, interface, protocol, event, service, type, domain, flags, b->userdata);
81 b->callback(b, interface, protocol, event, NULL, b->service_type, b->domain_name, flags, b->userdata);
88 AvahiProtocol protocol,
105 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(protocol), AVAHI_ERR_INVALID_PROTOCOL);
142 if (!(b->record_browser = avahi_s_record_browser_new(server, interface, protocol, k, flags, record_browser_callback, b)))
48 record_browser_callback( AvahiSRecordBrowser*rr, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiRecord *record, AvahiLookupResultFlags flags, void* userdata) argument
85 avahi_s_service_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *service_type, const char *domain, AvahiLookupFlags flags, AvahiSServiceBrowserCallback callback, void* userdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse.c49 AvahiProtocol protocol; member in struct:AvahiSRBLookup
62 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
63 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
87 AvahiProtocol protocol,
95 assert(AVAHI_PROTO_VALID(protocol));
107 l->protocol = protocol;
163 AvahiProtocol protocol,
174 (l->interface == AVAHI_PROTO_UNSPEC || l->protocol == protocol)
84 lookup_new( AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiKey *key) argument
160 lookup_find( AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiKey *key) argument
251 lookup_multicast_callback( AvahiMulticastLookupEngine *e, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiLookupResultFlags flags, AvahiRecord *r, void *userdata) argument
361 lookup_add(AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiKey *key) argument
403 lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r) argument
428 lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r) argument
524 avahi_s_record_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, AvahiKey *key, AvahiLookupFlags flags, AvahiSRecordBrowserCallback callback, void* userdata) argument
[all...]
H A Dmulticast-lookup.c49 AvahiProtocol protocol; member in struct:AvahiMulticastLookup
78 l->callback(l->engine, l->interface, l->protocol, AVAHI_BROWSER_ALL_FOR_NOW, AVAHI_LOOKUP_RESULT_MULTICAST, NULL, l->userdata);
84 AvahiProtocol protocol,
94 assert(AVAHI_PROTO_VALID(protocol));
106 l->protocol = protocol;
116 avahi_querier_add_for_all(e->server, interface, protocol, l->key, &tv);
134 avahi_querier_remove_for_all(l->engine->server, l->interface, l->protocol, l->key);
215 cbdata->interface->protocol,
246 AvahiProtocol protocol,
81 avahi_multicast_lookup_new( AvahiMulticastLookupEngine *e, AvahiIfIndex interface, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata) argument
243 avahi_multicast_lookup_engine_scan_cache( AvahiMulticastLookupEngine *e, AvahiIfIndex interface, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata) argument
[all...]
H A Ddns-srv-rr.h53 AvahiProtocol protocol,
64 AvahiProtocol protocol,
76 AvahiProtocol protocol,
79 AvahiProtocol aprotocol, /**< Address protocol for the DNS server */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/testsuite/tests/
H A Dpolicer5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A DMakefile.am5 EXTRA_DIST = plasma-engine-plasmamule.dektop plasma-applet-plasmamule.desktop application-x-emulecollection.svg ed2k.protocol magnet.protocol plasmamule-engine-feeder.desktop
9 dist_service_DATA = plasma-engine-plasmamule.desktop plasma-applet-plasmamule.desktop ed2k.protocol magnet.protocol
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_init.c18 DSI *dsi_init(const dsi_proto protocol, const char *program, argument
31 switch (protocol) {
32 /* currently the only transport protocol that exists for dsi */
40 default: /* unknown protocol */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dsbshc.h27 extern int acpi_smbus_read(struct acpi_smb_hc *hc, u8 protocol, u8 address,
29 extern int acpi_smbus_write(struct acpi_smb_hc *hc, u8 protocol, u8 slave_address,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmsir.h43 u64 protocol; member in struct:ir_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dplatform-pci-unplug.c41 char protocol; local
49 protocol = inb(XEN_IOPORT_PROTOVER);
51 printk(KERN_DEBUG "Xen Platform PCI: I/O protocol version %d\n",
52 protocol);
54 switch (protocol) {
64 printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version");
82 * not support the unplug protocol (XEN_PLATFORM_ERR_MAGIC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dxfrm4_output.c50 XFRM_MODE_SKB_CB(skb)->protocol = ip_hdr(skb)->protocol;
66 skb->protocol = htons(ETH_P_IP);
83 skb->protocol = htons(ETH_P_IP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A DMakefile10 protocol.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Drawv6.h6 #include <net/protocol.h>
H A Drtnetlink.h10 extern int __rtnl_register(int protocol, int msgtype,
12 extern void rtnl_register(int protocol, int msgtype,
14 extern int rtnl_unregister(int protocol, int msgtype);
15 extern void rtnl_unregister_all(int protocol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_filter.cpp45 wxString protocol = GetProtocol(location);
46 const wxFilterClassFactory *factory = wxFilterClassFactory::Find(protocol);
73 left + wxT("#") + protocol + wxT(":") + right,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPacket.h43 CPacket(uint8 protocol);
45 CPacket(const CMemFile& datafile, uint8 protocol, uint8 ucOpcode);
46 CPacket(int8 in_opcode, uint32 in_size, uint8 protocol, bool bFromPF = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c84 AvahiProtocol protocol; member in struct:DNSServerInfo
100 static DNSServerInfo* get_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) { argument
106 i->protocol == protocol &&
113 static DNSServerInfo* new_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) { argument
120 i->protocol = protocol;
255 static void run_script(int new, AvahiIfIndex interface, AvahiProtocol protocol, const char *address) { argument
277 snprintf(pa, sizeof(pa), "%i", (int) protocol);
279 if (daemon_exec("/", &ret, AVAHI_DNSCONF_SCRIPT, AVAHI_DNSCONF_SCRIPT, new ? "+" : "-", address, ia, pa, avahi_proto_to_string(protocol), NUL
298 AvahiProtocol protocol; local
365 AvahiProtocol protocol = servers->protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c84 AvahiProtocol protocol; member in struct:DNSServerInfo
100 static DNSServerInfo* get_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) { argument
106 i->protocol == protocol &&
113 static DNSServerInfo* new_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) { argument
120 i->protocol = protocol;
255 static void run_script(int new, AvahiIfIndex interface, AvahiProtocol protocol, const char *address) { argument
277 snprintf(pa, sizeof(pa), "%i", (int) protocol);
279 if (daemon_exec("/", &ret, AVAHI_DNSCONF_SCRIPT, AVAHI_DNSCONF_SCRIPT, new ? "+" : "-", address, ia, pa, avahi_proto_to_string(protocol), NUL
298 AvahiProtocol protocol; local
365 AvahiProtocol protocol = servers->protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Daf_phonet.c37 /* Transport protocol registration */
40 static struct phonet_protocol *phonet_proto_get(int protocol) argument
44 if (protocol >= PHONET_NPROTO)
48 pp = rcu_dereference(proto_tab[protocol]);
61 /* protocol family functions */
63 static int pn_socket_create(struct net *net, struct socket *sock, int protocol, argument
74 if (protocol == 0) {
75 /* Default protocol selection */
78 protocol = PN_PROTO_PHONET;
81 protocol
444 phonet_proto_register(int protocol, struct phonet_protocol *pp) argument
467 phonet_proto_unregister(int protocol, struct phonet_protocol *pp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-client/
H A Dinternal.h76 AvahiProtocol protocol; member in struct:AvahiDomainBrowser
92 AvahiProtocol protocol; member in struct:AvahiServiceBrowser
104 AvahiProtocol protocol; member in struct:AvahiServiceTypeBrowser
116 AvahiProtocol protocol; member in struct:AvahiServiceResolver
128 AvahiProtocol protocol; member in struct:AvahiHostNameResolver
140 AvahiProtocol protocol; member in struct:AvahiAddressResolver
153 AvahiProtocol protocol; member in struct:AvahiRecordBrowser
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dinternal.h76 AvahiProtocol protocol; member in struct:AvahiDomainBrowser
92 AvahiProtocol protocol; member in struct:AvahiServiceBrowser
104 AvahiProtocol protocol; member in struct:AvahiServiceTypeBrowser
116 AvahiProtocol protocol; member in struct:AvahiServiceResolver
128 AvahiProtocol protocol; member in struct:AvahiHostNameResolver
140 AvahiProtocol protocol; member in struct:AvahiAddressResolver
153 AvahiProtocol protocol; member in struct:AvahiRecordBrowser

Completed in 198 milliseconds

1234567891011>>