Searched refs:protocol (Results 226 - 250 of 1377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dbrowse-domain.c63 AvahiProtocol protocol,
101 b->callback(b, interface, protocol, event, n, flags, b->userdata);
143 AvahiProtocol protocol,
167 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(protocol), AVAHI_ERR_INVALID_PROTOCOL);
201 if (!(b->record_browser = avahi_s_record_browser_new(server, interface, protocol, k, flags, record_browser_callback, b)))
60 record_browser_callback( AvahiSRecordBrowser*rr, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiRecord *record, AvahiLookupResultFlags flags, void* userdata) argument
140 avahi_s_domain_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiDomainBrowserType type, AvahiLookupFlags flags, AvahiSDomainBrowserCallback callback, void* userdata) argument
H A Dquerier-test.c62 AvahiProtocol protocol,
69 avahi_log_debug("SB%i: (%i.%s) <%s> as <%s> in <%s> [%s] cached=%i", b == service_browser1 ? 1 : 2, iface, avahi_proto_to_string(protocol), name, service_type, domain, browser_event_to_string(event), !!(flags & AVAHI_LOOKUP_RESULT_CACHED));
59 sb_callback( AvahiSServiceBrowser *b, AvahiIfIndex iface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *service_type, const char *domain, AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse-domain.c63 AvahiProtocol protocol,
101 b->callback(b, interface, protocol, event, n, flags, b->userdata);
143 AvahiProtocol protocol,
167 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(protocol), AVAHI_ERR_INVALID_PROTOCOL);
201 if (!(b->record_browser = avahi_s_record_browser_new(server, interface, protocol, k, flags, record_browser_callback, b)))
60 record_browser_callback( AvahiSRecordBrowser*rr, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiRecord *record, AvahiLookupResultFlags flags, void* userdata) argument
140 avahi_s_domain_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiDomainBrowserType type, AvahiLookupFlags flags, AvahiSDomainBrowserCallback callback, void* userdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daf_inet6.c2 * PF_INET6 socket protocol family
11 * piggy, Karl Knutson : Socket protocol table
52 #include <net/protocol.h>
67 MODULE_DESCRIPTION("IPv6 protocol stack for Linux");
99 static int inet6_create(struct net *net, struct socket *sock, int protocol, argument
117 /* Look for the requested type/protocol pair. */
125 if (protocol == answer->protocol) {
126 if (protocol != IPPROTO_IP)
130 if (IPPROTO_IP == protocol) {
572 int protocol = p->protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto.c2 * ip_vs_proto.c: transport protocol load balancing support for IPVS
25 #include <net/protocol.h>
38 * ipvs protocol table.
48 * register an ipvs protocol
52 unsigned hash = IP_VS_PROTO_HASH(pp->protocol);
65 * unregister an ipvs protocol
70 unsigned hash = IP_VS_PROTO_HASH(pp->protocol);
95 if (pp->protocol == proto)
232 if (skb->protocol == htons(ETH_P_IPV6))
H A Dip_vs_proto_ah_esp.c169 if (skb->protocol == htons(ETH_P_IPV6))
192 .protocol = IPPROTO_AH,
216 .protocol = IPPROTO_ESP,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dpep-gprs.c92 __be16 protocol = gprs_type_trans(skb); local
94 if (!protocol) {
129 skb->protocol = protocol;
192 switch (skb->protocol) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Ddbus-async-service-resolver.c58 AvahiProtocol protocol,
95 if (avahi_dbus_is_our_own_service(i->client, interface, protocol, name, type, domain) > 0)
99 i_protocol = (int32_t) protocol;
55 avahi_dbus_async_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
H A Ddbus-async-address-resolver.c55 void avahi_dbus_async_address_resolver_callback(AvahiSAddressResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const AvahiAddress *address, const char *host_name, AvahiLookupResultFlags flags, void* userdata) { argument
74 i_protocol = (int32_t) protocol;
H A Ddbus-async-host-name-resolver.c54 void avahi_dbus_async_host_name_resolver_callback(AvahiSHostNameResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *host_name, const AvahiAddress *a, AvahiLookupResultFlags flags, void* userdata) { argument
73 i_protocol = (int32_t) protocol;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/examples/
H A Dclient-browse-services.c43 AVAHI_GCC_UNUSED AvahiProtocol protocol,
99 AvahiProtocol protocol,
127 if (!(avahi_service_resolver_new(c, interface, protocol, name, type, domain, AVAHI_PROTO_UNSPEC, 0, resolve_callback, c)))
40 resolve_callback( AvahiServiceResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
96 browse_callback( AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) argument
H A Dcore-browse-services.c54 AVAHI_GCC_UNUSED AvahiProtocol protocol,
107 AvahiProtocol protocol,
136 if (!(avahi_s_service_resolver_new(s, interface, protocol, name, type, domain, AVAHI_PROTO_UNSPEC, 0, resolve_callback, s)))
51 resolve_callback( AvahiSServiceResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
104 browse_callback( AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/socket_wrapper/
H A Dsocket_wrapper.h39 int swrap_socket(int family, int type, int protocol);
125 #define socket(domain,type,protocol) swrap_socket(domain,type,protocol)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-async-service-resolver.c58 AvahiProtocol protocol,
95 if (avahi_dbus_is_our_own_service(i->client, interface, protocol, name, type, domain) > 0)
99 i_protocol = (int32_t) protocol;
55 avahi_dbus_async_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/examples/
H A Dclient-browse-services.c43 AVAHI_GCC_UNUSED AvahiProtocol protocol,
99 AvahiProtocol protocol,
127 if (!(avahi_service_resolver_new(c, interface, protocol, name, type, domain, AVAHI_PROTO_UNSPEC, 0, resolve_callback, c)))
40 resolve_callback( AvahiServiceResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
96 browse_callback( AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) argument
H A Dcore-browse-services.c54 AVAHI_GCC_UNUSED AvahiProtocol protocol,
107 AvahiProtocol protocol,
136 if (!(avahi_s_service_resolver_new(s, interface, protocol, name, type, domain, AVAHI_PROTO_UNSPEC, 0, resolve_callback, s)))
51 resolve_callback( AvahiSServiceResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
104 browse_callback( AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dst5481_init.c37 static int protocol = 2; /* EURO-ISDN Default */ variable
38 module_param(protocol, int, 0);
111 protocol) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dsa/
H A Dtag_dsa.c32 if (skb->protocol == htons(ETH_P_8021Q)) {
67 skb->protocol = htons(ETH_P_DSA);
174 skb->protocol = eth_type_trans(skb, skb->dev);
H A Dtag_edsa.c34 if (skb->protocol == htons(ETH_P_8021Q)) {
80 skb->protocol = htons(ETH_P_EDSA);
193 skb->protocol = eth_type_trans(skb, skb->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dxfrm4_mode_tunnel.c38 offsetof(struct iphdr, protocol);
45 top_iph->protocol = xfrm_af2proto(skb_dst(skb)->ops->family);
72 if (XFRM_MODE_SKB_CB(skb)->protocol != IPPROTO_IPIP)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dx25_dev.c166 skb->protocol = htons(ETH_P_X25);
193 skb->protocol = htons(ETH_P_X25);
220 skb->protocol = htons(ETH_P_X25);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dip_vs.h101 __u16 protocol; member in struct:ip_vs_service_user
163 __u16 protocol; member in struct:ip_vs_service_entry
203 __u16 protocol; member in struct:ip_vs_get_dests
316 IPVS_SVC_ATTR_PROTOCOL, /* virtual service protocol */
H A Dnetfilter.h46 <= 0x2000 is used for protocol-flags. */
268 unsigned int dataoff, u_int8_t protocol);
273 u_int8_t protocol);
290 u_int8_t protocol, unsigned short family)
298 csum = afinfo->checksum(skb, hook, dataoff, protocol);
306 u_int8_t protocol, unsigned short family)
315 protocol);
289 nf_checksum(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, u_int8_t protocol, unsigned short family) argument
304 nf_checksum_partial(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, unsigned int len, u_int8_t protocol, unsigned short family) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dhotplug_usb.c257 int class, subclass, protocol; local
280 sscanf(type, "%d/%d/%d", &class, &subclass, &protocol);
283 sscanf(interface, "%d/%d/%d", &class, &subclass, &protocol);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dhardware.c116 /* Identifier for the Com Data protocol */
119 /* Identifier for the Com Control protocol */
122 /* Identifier for the Setup protocol */
135 unsigned char protocol:3; member in struct:nl_first_packet_header
143 unsigned char protocol:3; member in struct:nl_packet_header
298 unsigned char protocol; member in struct:ipw_tx_packet
338 unsigned int protocol; member in struct:ipw_rx_packet
350 switch (hdr->protocol) {
477 pkt.hdr_first.protocol = packet->protocol;
618 queue_received_packet(struct ipw_hardware *hw, unsigned int protocol, unsigned int address, const unsigned char *data, int length, int is_last) argument
814 unsigned int protocol = packet->hdr.protocol; local
1250 alloc_data_packet(int data_size, unsigned char dest_addr, unsigned char protocol) argument
1269 alloc_ctrl_packet(int header_size, unsigned char dest_addr, unsigned char protocol, unsigned char sig_no) argument
[all...]

Completed in 207 milliseconds

1234567891011>>