Searched refs:protocol (Results 151 - 175 of 1377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Ddbus-sync-service-resolver.c54 AvahiProtocol protocol,
89 if (avahi_dbus_is_our_own_service(i->client, interface, protocol, name, type, domain) > 0)
93 i_protocol = (int32_t) protocol;
51 avahi_dbus_sync_service_resolver_callback( AvahiSServiceResolver *r, 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in117 def new_service(self, interface, protocol, name, type, domain, flags):
119 interface, protocol, name, type, domain, host, aprotocol, address, port, txt, flags = self.server.ResolveService(interface, protocol, name, type, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0))
129 self.services[(interface, protocol, name, type, domain)] = (host, aprotocol, h, port, txt)
131 def remove_service(self, interface, protocol, name, type, domain):
133 del self.services[(interface, protocol, name, type, domain)]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-service-browser.c99 void avahi_dbus_service_browser_callback(AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void* userdata) { argument
113 if (avahi_dbus_is_our_own_service(i->client, interface, protocol, name, type, domain) > 0)
118 i_protocol = (int32_t) protocol;
H A Ddbus-sync-service-resolver.c54 AvahiProtocol protocol,
89 if (avahi_dbus_is_our_own_service(i->client, interface, protocol, name, type, domain) > 0)
93 i_protocol = (int32_t) protocol;
51 avahi_dbus_sync_service_resolver_callback( AvahiSServiceResolver *r, 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in117 def new_service(self, interface, protocol, name, type, domain, flags):
119 interface, protocol, name, type, domain, host, aprotocol, address, port, txt, flags = self.server.ResolveService(interface, protocol, name, type, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0))
129 self.services[(interface, protocol, name, type, domain)] = (host, aprotocol, h, port, txt)
131 def remove_service(self, interface, protocol, name, type, domain):
133 del self.services[(interface, protocol, name, type, domain)]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_TPROXY.c39 sk = nf_tproxy_get_sock_v4(dev_net(skb->dev), iph->protocol,
53 iph->protocol, ntohl(iph->daddr), ntohs(hp->dest),
59 iph->protocol, ntohl(iph->daddr), ntohs(hp->dest),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_rsvp.h16 * (dst, protocol) are always specified,
25 destination address and protocol ID, every bucket contains a list
26 of "rsvp sessions", identified by destination address, protocol and
61 tunnelhdr correct) in GRE protocol field and SPI matches
82 u8 protocol; member in struct:rsvp_session
103 static __inline__ unsigned hash_dst(__be32 *dst, u8 protocol, u8 tunnelid) argument
108 return (h ^ protocol ^ tunnelid) & 0xFF;
142 u8 protocol; local
164 protocol = nhptr->nexthdr;
169 protocol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Daf_inet.c2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * PF_INET protocol family socket handler.
16 * Karl Knutson : Socket protocol table
100 #include <net/protocol.h>
247 static inline int inet_netns_ok(struct net *net, int protocol) argument
255 hash = protocol & (MAX_INET_PROTOS - 1);
268 static int inet_create(struct net *net, struct socket *sock, int protocol, argument
286 /* Look for the requested type/protocol pair. */
294 if (protocol == answer->protocol) {
1023 int protocol = p->protocol; local
1399 inet_ctl_sock_create(struct sock **sk, unsigned short family, unsigned short type, unsigned char protocol, struct net *net) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dinternal.h74 AvahiProtocol protocol; member in struct:AvahiEntry
183 int avahi_server_is_service_local(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, const char *name);
184 int avahi_server_is_record_local(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *record);
190 AvahiProtocol protocol,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.h45 AvahiProtocol protocol; member in struct:_GaEntryGroupService
96 protocol,
119 AvahiProtocol protocol,
137 AvahiProtocol protocol,
H A Dga-service-browser.h61 AvahiProtocol protocol,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-errors.h33 #include <dbus/dbus-protocol.h>
H A Ddbus.h38 #include <dbus/dbus-protocol.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dinternal.h74 AvahiProtocol protocol; member in struct:AvahiEntry
183 int avahi_server_is_service_local(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, const char *name);
184 int avahi_server_is_record_local(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *record);
190 AvahiProtocol protocol,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.h45 AvahiProtocol protocol; member in struct:_GaEntryGroupService
96 protocol,
119 AvahiProtocol protocol,
137 AvahiProtocol protocol,
H A Dga-service-browser.h61 AvahiProtocol protocol,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dconnect.h77 * protocol-specific address structures. The variable declared here will be
84 int protocol; member in struct:Curl_sockaddr_ex
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A DMakefile49 OBJS = bpalogin.o protocol.o transaction.o gen_md5.o unixmain.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhisax_cfg.h58 int protocol; /* EDSS1, 1TR6 or NI1 */ member in struct:IsdnCard
H A Dhisax_if.h3 * HiSax protocol stack
63 char *name, int protocol);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_adapter.h20 #include <protocol/types.h>
H A Dbfa_defs_boot.h21 #include <protocol/types.h>
H A Dbfa_defs_vport.h23 #include <protocol/types.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/can/
H A Dcore.h4 * Protoypes and definitions for CAN protocol modules using the PF_CAN core
32 * struct can_proto - CAN protocol structure
34 * @protocol: protocol number in socket() syscall.
40 int protocol; member in struct:can_proto
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcm4000_cs.h27 * I've changed "ptsreq.protocol" from "unsigned long" to "__u32".
33 __u32 protocol; /*T=0: 2^0, T=1: 2^1*/ member in struct:ptsreq

Completed in 236 milliseconds

1234567891011>>