Searched refs:protocol (Results 26 - 50 of 1377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
H A Dcore.c2 * core.c - contains all core device and protocol registration functions
45 * pnp_protocol_register - adds a pnp protocol to the pnp layer
46 * @protocol: pointer to the corresponding pnp_protocol structure
50 int pnp_register_protocol(struct pnp_protocol *protocol) argument
55 INIT_LIST_HEAD(&protocol->devices);
56 INIT_LIST_HEAD(&protocol->cards);
69 list_add_tail(&protocol->protocol_list, &pnp_protocols);
72 protocol->number = nodenum;
73 dev_set_name(&protocol->dev, "pnp%d", nodenum);
74 return device_register(&protocol
81 pnp_unregister_protocol(struct pnp_protocol *protocol) argument
127 pnp_alloc_dev(struct pnp_protocol *protocol, int id, char *pnpid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dmulticast-lookup.h34 AvahiProtocol protocol,
43 unsigned avahi_multicast_lookup_engine_scan_cache(AvahiMulticastLookupEngine *e, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata);
48 AvahiMulticastLookup *avahi_multicast_lookup_new(AvahiMulticastLookupEngine *e, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata);
H A Dpublish.h83 AvahiProtocol protocol, /**< A protocol family to attach this record to. One of the AVAHI_PROTO_xxx constants. Use AVAHI_PROTO_UNSPEC to make this record available on all protocols (wich means on both IPv4 and IPv6). */
98 AvahiProtocol protocol,
113 AvahiProtocol protocol,
127 AvahiProtocol protocol,
141 AvahiProtocol protocol,
153 AvahiProtocol protocol,
165 AvahiProtocol protocol,
173 int avahi_server_get_group_of_service(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, AvahiSEntryGroup** ret_group);
H A Dquerier.h36 void avahi_querier_add_for_all(AvahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, struct timeval *ret_ctime);
39 void avahi_querier_remove_for_all(AvahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key);
H A Dbrowse-dns-server.c42 AvahiProtocol protocol; member in struct:AvahiDNSServerInfo
66 static AvahiDNSServerInfo* get_server_info(AvahiSDNSServerBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *r) { argument
74 i->protocol == protocol &&
100 AVAHI_GCC_UNUSED AvahiProtocol protocol,
120 i->protocol,
143 AvahiProtocol protocol,
164 if (get_server_info(b, interface, protocol, record))
175 i->protocol = protocol;
97 host_name_resolver_callback( AvahiSHostNameResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, const char *host_name, const AvahiAddress *a, AvahiLookupResultFlags flags, void* userdata) argument
140 record_browser_callback( AvahiSRecordBrowser*rr, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiRecord *record, AvahiLookupResultFlags flags, void* userdata) argument
236 avahi_s_dns_server_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiDNSServerType type, AvahiProtocol aprotocol, AvahiLookupFlags flags, AvahiSDNSServerBrowserCallback callback, void* userdata) argument
[all...]
H A Dresolve-address.c48 AvahiProtocol protocol; member in struct:AvahiSAddressResolver
69 r->callback(r, r->interface, r->protocol, event, &r->address, NULL, r->flags, r->userdata);
74 r->callback(r, r->interface, r->protocol, event, &r->address, r->ptr_record->data.ptr.name, r->flags, r->userdata);
103 AvahiProtocol protocol,
122 if (r->protocol != AVAHI_PROTO_UNSPEC && protocol != r->protocol)
128 if (r->protocol == AVAHI_PROTO_UNSPEC)
129 r->protocol = protocol;
100 record_browser_callback( AvahiSRecordBrowser*rr, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiRecord *record, AvahiLookupResultFlags flags, void* userdata) argument
179 avahi_s_address_resolver_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const AvahiAddress *address, AvahiLookupFlags flags, AvahiSAddressResolverCallback callback, void* userdata) argument
[all...]
H A Dresolve-host-name.c50 AvahiProtocol protocol; member in struct:AvahiSHostNameResolver
87 r->callback(r, r->interface, r->protocol, AVAHI_RESOLVER_FOUND, r->address_record->key->name, &a, r->flags, r->userdata);
94 r->callback(r, r->interface, r->protocol, event, r->host_name, NULL, r->flags, r->userdata);
124 AvahiProtocol protocol,
144 if (r->protocol != AVAHI_PROTO_UNSPEC && protocol != r->protocol)
150 if (r->protocol == AVAHI_PROTO_UNSPEC)
151 r->protocol = protocol;
121 record_browser_callback( AvahiSRecordBrowser*rr, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiRecord *record, AvahiLookupResultFlags flags, void* userdata) argument
206 avahi_s_host_name_resolver_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *host_name, AvahiProtocol aprotocol, AvahiLookupFlags flags, AvahiSHostNameResolverCallback callback, void* userdata) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dmulticast-lookup.h34 AvahiProtocol protocol,
43 unsigned avahi_multicast_lookup_engine_scan_cache(AvahiMulticastLookupEngine *e, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata);
48 AvahiMulticastLookup *avahi_multicast_lookup_new(AvahiMulticastLookupEngine *e, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata);
H A Dpublish.h83 AvahiProtocol protocol, /**< A protocol family to attach this record to. One of the AVAHI_PROTO_xxx constants. Use AVAHI_PROTO_UNSPEC to make this record available on all protocols (wich means on both IPv4 and IPv6). */
98 AvahiProtocol protocol,
113 AvahiProtocol protocol,
127 AvahiProtocol protocol,
141 AvahiProtocol protocol,
153 AvahiProtocol protocol,
165 AvahiProtocol protocol,
173 int avahi_server_get_group_of_service(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, AvahiSEntryGroup** ret_group);
H A Dquerier.h36 void avahi_querier_add_for_all(AvahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, struct timeval *ret_ctime);
39 void avahi_querier_remove_for_all(AvahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key);
H A Dbrowse-dns-server.c42 AvahiProtocol protocol; member in struct:AvahiDNSServerInfo
66 static AvahiDNSServerInfo* get_server_info(AvahiSDNSServerBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *r) { argument
74 i->protocol == protocol &&
100 AVAHI_GCC_UNUSED AvahiProtocol protocol,
120 i->protocol,
143 AvahiProtocol protocol,
164 if (get_server_info(b, interface, protocol, record))
175 i->protocol = protocol;
97 host_name_resolver_callback( AvahiSHostNameResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, const char *host_name, const AvahiAddress *a, AvahiLookupResultFlags flags, void* userdata) argument
140 record_browser_callback( AvahiSRecordBrowser*rr, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiRecord *record, AvahiLookupResultFlags flags, void* userdata) argument
236 avahi_s_dns_server_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiDNSServerType type, AvahiProtocol aprotocol, AvahiLookupFlags flags, AvahiSDNSServerBrowserCallback callback, void* userdata) argument
[all...]
H A Dresolve-address.c48 AvahiProtocol protocol; member in struct:AvahiSAddressResolver
69 r->callback(r, r->interface, r->protocol, event, &r->address, NULL, r->flags, r->userdata);
74 r->callback(r, r->interface, r->protocol, event, &r->address, r->ptr_record->data.ptr.name, r->flags, r->userdata);
103 AvahiProtocol protocol,
122 if (r->protocol != AVAHI_PROTO_UNSPEC && protocol != r->protocol)
128 if (r->protocol == AVAHI_PROTO_UNSPEC)
129 r->protocol = protocol;
100 record_browser_callback( AvahiSRecordBrowser*rr, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiRecord *record, AvahiLookupResultFlags flags, void* userdata) argument
179 avahi_s_address_resolver_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const AvahiAddress *address, AvahiLookupFlags flags, AvahiSAddressResolverCallback callback, void* userdata) argument
[all...]
H A Dresolve-host-name.c50 AvahiProtocol protocol; member in struct:AvahiSHostNameResolver
87 r->callback(r, r->interface, r->protocol, AVAHI_RESOLVER_FOUND, r->address_record->key->name, &a, r->flags, r->userdata);
94 r->callback(r, r->interface, r->protocol, event, r->host_name, NULL, r->flags, r->userdata);
124 AvahiProtocol protocol,
144 if (r->protocol != AVAHI_PROTO_UNSPEC && protocol != r->protocol)
150 if (r->protocol == AVAHI_PROTO_UNSPEC)
151 r->protocol = protocol;
121 record_browser_callback( AvahiSRecordBrowser*rr, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiRecord *record, AvahiLookupResultFlags flags, void* userdata) argument
206 avahi_s_host_name_resolver_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *host_name, AvahiProtocol aprotocol, AvahiLookupFlags flags, AvahiSHostNameResolverCallback callback, void* userdata) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/examples/diffserv/
H A DEdge31-ca-u3233 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
144 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
146 $TC filter add $EGDEV parent 1:0 protocol i
[all...]
H A DEdge32-cb-chains55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \
65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \
68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
85 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 handle 2 fw \
118 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
120 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
122 $TC filter add $EGDEV parent 1:0 protocol i
[all...]
H A DEdge32-cb-u3255 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
69 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
76 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
79 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
87 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
119 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
121 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
123 $TC filter add $EGDEV parent 1:0 protocol i
[all...]
H A DEdge31-cb-chains52 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
59 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
73 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 2 fw \
106 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
108 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
110 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
112 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dnetport.c102 * @protocol: protocol
110 static struct sel_netport *sel_netport_find(u8 protocol, u16 pnum) argument
117 if (port->psec.port == pnum && port->psec.protocol == protocol)
152 * @protocol: protocol
162 static int sel_netport_sid_slow(u8 protocol, u16 pnum, u32 *sid) argument
169 port = sel_netport_find(protocol, pnum);
178 ret = security_port_sid(protocol, pnu
211 sel_netport_sid(u8 protocol, u16 pnum, u32 *sid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_socket.c34 u8 *protocol,
67 if (inside_iph->protocol != IPPROTO_TCP &&
68 inside_iph->protocol != IPPROTO_UDP)
80 *protocol = inside_iph->protocol;
99 u8 protocol; local
105 if (iph->protocol == IPPROTO_UDP || iph->protocol == IPPROTO_TCP) {
111 protocol = iph->protocol;
33 extract_icmp_fields(const struct sk_buff *skb, u8 *protocol, __be32 *raddr, __be32 *laddr, __be16 *rport, __be16 *lport) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dauth.c111 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
113 if (protp->protocol < 0xC000 && protp->close != NULL)
139 if (protp->protocol != PPP_LCP && protp->enabled_flag
184 if (protp->protocol < 0xC000 && protp->enabled_flag
187 if (protp->protocol != PPP_CCP)
197 * The peer has failed to authenticate himself using `protocol'.
200 auth_peer_fail(unit, protocol)
201 int unit, protocol;
211 * The peer has been successfully authenticated using `protocol'.
214 auth_peer_success(unit, protocol, nam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Daddress.h44 AVAHI_PROTO_UNSPEC = -1 /**< Unspecified/all protocol(s) */
58 /** Return TRUE if the specified protocol is valid */
59 #define AVAHI_PROTO_VALID(protocol) (((protocol) == AVAHI_PROTO_INET) || ((protocol) == AVAHI_PROTO_INET6) || ((protocol) == AVAHI_PROTO_UNSPEC))
114 /** Return a textual representation of the specified protocol number. i.e. "IPv4", "IPv6" or "UNSPEC" */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Daddress.h44 AVAHI_PROTO_UNSPEC = -1 /**< Unspecified/all protocol(s) */
58 /** Return TRUE if the specified protocol is valid */
59 #define AVAHI_PROTO_VALID(protocol) (((protocol) == AVAHI_PROTO_INET) || ((protocol) == AVAHI_PROTO_INET6) || ((protocol) == AVAHI_PROTO_UNSPEC))
114 /** Return a textual representation of the specified protocol number. i.e. "IPv4", "IPv6" or "UNSPEC" */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Datmsap.h43 void atm_tcpip_port_mapping(char *vs_id,uint8_t protocol,uint16_t port);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/vtysh/
H A Dextract.pl64 # $protocol is VTYSH_PROTO format for redirection of user input
67 $protocol = "VTYSH_RIPD";
70 $protocol = "VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD";
73 $protocol = "VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD";
76 $protocol = "VTYSH_RIPD|VTYSH_BGPD";
79 ($protocol) = ($file =~ /\/([a-z0-9]+)/);
80 $protocol = "VTYSH_" . uc $protocol;
108 $cmd2proto{$cmd} = $protocol;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dwrap_pkt.c66 skb1->protocol = __constant_htons(0x0019);
99 new_buf->protocol = eth_type_trans(new_buf, dev);
104 new_buf->protocol = eth_type_trans(new_buf, vap[0].dev);
107 new_buf->protocol = eth_type_trans(new_buf, dev);
118 buf->protocol = eth_type_trans(buf, dev);
123 buf->protocol = eth_type_trans(buf, vap[0].dev);
126 buf->protocol = eth_type_trans(buf, dev);

Completed in 197 milliseconds

1234567891011>>