Searched refs:protocol (Results 101 - 125 of 1377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/samples/
H A Dsandiego.pl147 protocol esp {
155 protocol ah {
166 protocol esp {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/protocol/
H A Dfdmi.h21 #include <protocol/types.h>
22 #include <protocol/fc.h>
23 #include <protocol/ct.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dxfrm6_output.c56 XFRM_MODE_SKB_CB(skb)->protocol = ipv6_hdr(skb)->nexthdr;
74 skb->protocol = htons(ETH_P_IPV6);
87 skb->protocol = htons(ETH_P_IPV6);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_tproxy_core.c22 nf_tproxy_get_sock_v4(struct net *net, const u8 protocol, argument
30 switch (protocol) {
51 protocol, ntohl(saddr), ntohs(sport), ntohl(daddr), ntohs(dport), listening_only, sk);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-client/
H A Dbrowser.c109 AvahiProtocol protocol,
147 db->protocol = protocol;
166 i_protocol = (int32_t) protocol;
273 int32_t interface, protocol; local
293 protocol = db->protocol;
302 DBUS_TYPE_INT32, &protocol,
341 db->callback(db, (AvahiIfIndex) interface, (AvahiProtocol) protocol, event, domain, (AvahiLookupResultFlags) flags, db->userdata);
355 AvahiProtocol protocol,
106 avahi_domain_browser_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiDomainBrowserType btype, AvahiLookupFlags flags, AvahiDomainBrowserCallback callback, void *userdata) argument
352 avahi_service_type_browser_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiLookupFlags flags, AvahiServiceTypeBrowserCallback callback, void *userdata) argument
495 int32_t interface, protocol; local
566 avahi_service_browser_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *type, const char *domain, AvahiLookupFlags flags, AvahiServiceBrowserCallback callback, void *userdata) argument
717 int32_t interface, protocol; local
788 avahi_record_browser_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, uint16_t clazz, uint16_t type, AvahiLookupFlags flags, AvahiRecordBrowserCallback callback, void *userdata) argument
933 int32_t interface, protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dbrowse.h42 AvahiProtocol protocol; member in struct:AvahiSRecordBrowser
H A Diface.c75 p = (a->interface->protocol == AVAHI_PROTO_INET && m->server->config.publish_a_on_ipv6) ||
76 (a->interface->protocol == AVAHI_PROTO_INET6 && m->server->config.publish_aaaa_on_ipv4) ? AVAHI_PROTO_UNSPEC : a->interface->protocol;
185 if ((i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 < 0) ||
186 (i->protocol == AVAHI_PROTO_INET && i->monitor->server->fd_ipv4 < 0))
212 avahi_proto_to_string(i->protocol),
215 if (i->protocol == AVAHI_PROTO_INET6)
218 assert(i->protocol == AVAHI_PROTO_INET);
329 AvahiInterface* avahi_interface_new(AvahiInterfaceMonitor *m, AvahiHwInterface *hw, AvahiProtocol protocol) { argument
334 assert(AVAHI_PROTO_VALID(protocol));
528 avahi_interface_monitor_get_interface(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol) argument
701 avahi_interface_match(AvahiInterface *i, AvahiIfIndex idx, AvahiProtocol protocol) argument
713 avahi_interface_monitor_walk(AvahiInterfaceMonitor *m, AvahiIfIndex interface, AvahiProtocol protocol, AvahiInterfaceMonitorWalkCallback callback, void* userdata) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dbrowser.c109 AvahiProtocol protocol,
147 db->protocol = protocol;
166 i_protocol = (int32_t) protocol;
273 int32_t interface, protocol; local
293 protocol = db->protocol;
302 DBUS_TYPE_INT32, &protocol,
341 db->callback(db, (AvahiIfIndex) interface, (AvahiProtocol) protocol, event, domain, (AvahiLookupResultFlags) flags, db->userdata);
355 AvahiProtocol protocol,
106 avahi_domain_browser_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiDomainBrowserType btype, AvahiLookupFlags flags, AvahiDomainBrowserCallback callback, void *userdata) argument
352 avahi_service_type_browser_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiLookupFlags flags, AvahiServiceTypeBrowserCallback callback, void *userdata) argument
495 int32_t interface, protocol; local
566 avahi_service_browser_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *type, const char *domain, AvahiLookupFlags flags, AvahiServiceBrowserCallback callback, void *userdata) argument
717 int32_t interface, protocol; local
788 avahi_record_browser_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, uint16_t clazz, uint16_t type, AvahiLookupFlags flags, AvahiRecordBrowserCallback callback, void *userdata) argument
933 int32_t interface, protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse.h42 AvahiProtocol protocol; member in struct:AvahiSRecordBrowser
/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_ipfc.h21 #include <protocol/types.h>
H A Dbfa_defs_vf.h23 #include <protocol/types.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_fdmi.h25 #include <protocol/fdmi.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pcap2nbench/
H A Dip.hpp39 uint8_t protocol; member in struct:ip
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dportlistingparse.h51 char protocol[4]; member in struct:PortMapping
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/caif/
H A Dcaif_dev.h27 * @protocol: Type of CAIF protocol to use (at, datagram etc)
38 enum caif_protocol_type protocol; member in struct:caif_connect_request
54 * @headroom: Head room needed by CAIF protocol.
55 * @tailroom: Tail room needed by CAIF protocol.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddst_ops.h12 __be16 protocol; member in struct:dst_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_tproxy_core.h13 nf_tproxy_get_sock_v4(struct net *net, const u8 protocol,
/netgear-R7000-V1.0.7.12_1.2.5/src/include/ctf/
H A Dctf_cfg.h62 uint8_t protocol; member in struct:__anon19490
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/lockd/
H A Dbind.h42 unsigned short protocol; member in struct:nlmclnt_initdata
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_bridge/
H A Debt_ip.h35 uint8_t protocol; member in struct:ebt_ip_info
H A Debt_ip6.h32 uint8_t protocol; member in struct:ebt_ip6_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_core.c217 * As far as we know, FTP is a very complicated network protocol, and
232 ct = ip_vs_ct_in_get(svc->af, iph.protocol, &snet, 0,
235 ct = ip_vs_ct_in_get(svc->af, iph.protocol, &snet, 0,
250 * Create a template like <protocol,caddr,0,
252 * and <protocol,caddr,0,vaddr,0,daddr,0>
256 ct = ip_vs_conn_new(svc->af, iph.protocol,
264 ct = ip_vs_conn_new(svc->af, iph.protocol,
284 * port zero template: <protocol,caddr,0,vaddr,0,daddr,0>
294 ct = ip_vs_ct_in_get(svc->af, iph.protocol, &snet, 0,
326 ct = ip_vs_conn_new(svc->af, iph.protocol,
657 handle_response_icmp(int af, struct sk_buff *skb, union nf_inet_addr *snet, __u8 protocol, struct ip_vs_conn *cp, struct ip_vs_protocol *pp, unsigned int offset, unsigned int ihl) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Ddbus-entry-group.c164 int32_t interface, protocol; local
173 DBUS_TYPE_INT32, &protocol,
198 if (avahi_server_add_service_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, host, port, strlst) < 0) {
212 int32_t interface, protocol; local
219 DBUS_TYPE_INT32, &protocol,
236 if (avahi_server_add_service_subtype(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, subtype) < 0)
245 int32_t interface, protocol; local
253 DBUS_TYPE_INT32, &protocol,
268 if (avahi_server_update_service_txt_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, strlst) < 0) {
278 int32_t interface, protocol; local
309 int32_t interface, protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-entry-group.c164 int32_t interface, protocol; local
173 DBUS_TYPE_INT32, &protocol,
198 if (avahi_server_add_service_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, host, port, strlst) < 0) {
212 int32_t interface, protocol; local
219 DBUS_TYPE_INT32, &protocol,
236 if (avahi_server_add_service_subtype(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, subtype) < 0)
245 int32_t interface, protocol; local
253 DBUS_TYPE_INT32, &protocol,
268 if (avahi_server_update_service_txt_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, strlst) < 0) {
278 int32_t interface, protocol; local
309 int32_t interface, protocol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_input.c2 * INET An implementation of the TCP/IP protocol suite for the LINUX
135 #include <net/protocol.h>
161 u8 protocol = ip_hdr(skb)->protocol; local
171 if (sk && inet_sk(sk)->inet_num == protocol &&
206 int protocol = ip_hdr(skb)->protocol; local
211 raw = raw_local_deliver(skb, protocol);
213 hash = protocol & (MAX_INET_PROTOS - 1);
221 __func__, protocol);
[all...]

Completed in 281 milliseconds

1234567891011>>