Searched refs:protocol (Results 126 - 150 of 1377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface.c72 p = (a->interface->protocol == AVAHI_PROTO_INET && m->server->config.publish_a_on_ipv6) ||
73 (a->interface->protocol == AVAHI_PROTO_INET6 && m->server->config.publish_aaaa_on_ipv4) ? AVAHI_PROTO_UNSPEC : a->interface->protocol;
179 if ((i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 < 0) ||
180 (i->protocol == AVAHI_PROTO_INET && i->monitor->server->fd_ipv4 < 0))
206 avahi_proto_to_string(i->protocol),
209 if (i->protocol == AVAHI_PROTO_INET6)
212 assert(i->protocol == AVAHI_PROTO_INET);
323 AvahiInterface* avahi_interface_new(AvahiInterfaceMonitor *m, AvahiHwInterface *hw, AvahiProtocol protocol) { argument
328 assert(AVAHI_PROTO_VALID(protocol));
522 avahi_interface_monitor_get_interface(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol) argument
695 avahi_interface_match(AvahiInterface *i, AvahiIfIndex idx, AvahiProtocol protocol) argument
707 avahi_interface_monitor_walk(AvahiInterfaceMonitor *m, AvahiIfIndex interface, AvahiProtocol protocol, AvahiInterfaceMonitorWalkCallback callback, void* userdata) argument
[all...]
H A Diface.h100 AvahiProtocol protocol; member in struct:AvahiInterface
140 void avahi_interface_monitor_walk(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol, AvahiInterfaceMonitorWalkCallback callback, void* userdata);
159 AvahiInterface* avahi_interface_new(AvahiInterfaceMonitor *m, AvahiHwInterface *hw, AvahiProtocol protocol);
174 int avahi_interface_match(AvahiInterface *i, AvahiIfIndex idx, AvahiProtocol protocol);
178 AvahiInterface* avahi_interface_monitor_get_interface(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Diptunnel.c186 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPIP) {
190 p->iph.protocol = IPPROTO_IPIP;
193 if (p->iph.protocol && p->iph.protocol != IPPROTO_GRE) {
197 p->iph.protocol = IPPROTO_GRE;
200 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPV6) {
204 p->iph.protocol = IPPROTO_IPV6;
320 if (p->iph.protocol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diptunnel.c167 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPIP) {
170 p->iph.protocol = IPPROTO_IPIP;
173 if (p->iph.protocol && p->iph.protocol != IPPROTO_GRE) {
176 p->iph.protocol = IPPROTO_GRE;
179 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPV6) {
182 p->iph.protocol = IPPROTO_IPV6;
296 if (p->iph.protocol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/examples/diffserv/
H A DEdge243 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 3 fw \
66 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
67 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
68 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/contrib/openvpn-fwmarkroute-1.00/
H A Dfwmarkroute.down18 iptables -D OUTPUT -t mangle --protocol icmp --icmp-type echo-request \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/misc/scripts/
H A Dmakegtktags7 include/wx/protocol/*.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_version.h170 (skb)->protocol = eth_type_trans((skb), (dev))
174 (skb)->protocol = eth_type_trans((skb), (dev))
/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_tin.h21 #include <protocol/types.h>
22 #include <protocol/fc.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dmisc.c45 void atm_tcpip_port_mapping(char *vs_id,uint8_t protocol,uint16_t port) argument
48 vs_id[4] = protocol; /* e.g. IP_TCP or IP_UDP; from netinet/protocols.h */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dnet_kern.h34 unsigned short (*protocol)(struct sk_buff *); member in struct:uml_net_private
48 unsigned short (*protocol)(struct sk_buff *); member in struct:net_kern_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/UKKQueue/
H A DUKFileWatcher.h17 This is a protocol that file change notification classes should adopt.
28 @protocol UKFileWatcher
30 // +(id) sharedFileWatcher; // Singleton accessor. Not officially part of the protocol, but use this name if you provide a singleton.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dnetfilter.c169 unsigned int dataoff, u_int8_t protocol)
178 if ((protocol == 0 && !csum_fold(skb->csum)) ||
180 skb->len - dataoff, protocol,
187 if (protocol == 0)
192 protocol, 0);
201 u_int8_t protocol)
209 return nf_ip_checksum(skb, hook, dataoff, protocol);
212 skb->csum = csum_tcpudp_nofold(iph->saddr, iph->daddr, protocol,
168 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, u_int8_t protocol) argument
199 nf_ip_checksum_partial(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, unsigned int len, u_int8_t protocol) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_log.c54 print_ports(const struct sk_buff *skb, uint8_t protocol, int offset) argument
56 if (protocol == IPPROTO_TCP ||
57 protocol == IPPROTO_UDP ||
58 protocol == IPPROTO_UDPLITE ||
59 protocol == IPPROTO_SCTP ||
60 protocol == IPPROTO_DCCP) {
105 &ih->saddr, &ih->daddr, ih->tos, ih->protocol);
106 print_ports(skb, ih->protocol, ih->ihl*4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h52 __be16 protocol; member in struct:gre_hdr
59 __be16 protocol; /* should be GRE_PROTOCOL_PPTP */ member in struct:gre_hdr_pptp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpnp.h204 struct list_head protocol_list; /* node in protocol's list of cards */
207 struct pnp_protocol *protocol; member in struct:pnp_card
250 struct list_head protocol_list; /* node in list of device's protocol */
254 struct pnp_protocol *protocol; member in struct:pnp_dev
313 #define pnp_can_read(dev) (((dev)->protocol->get) && \
315 #define pnp_can_write(dev) (((dev)->protocol->set) && \
317 #define pnp_can_disable(dev) (((dev)->protocol->disable) && \
324 #define pnp_device_is_isapnp(dev) ((dev)->protocol == (&isapnp_protocol))
332 #define pnp_device_is_pnpbios(dev) ((dev)->protocol == (&pnpbios_protocol))
342 if (dev->protocol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface.h100 AvahiProtocol protocol; member in struct:AvahiInterface
140 void avahi_interface_monitor_walk(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol, AvahiInterfaceMonitorWalkCallback callback, void* userdata);
159 AvahiInterface* avahi_interface_new(AvahiInterfaceMonitor *m, AvahiHwInterface *hw, AvahiProtocol protocol);
174 int avahi_interface_match(AvahiInterface *i, AvahiIfIndex idx, AvahiProtocol protocol);
178 AvahiInterface* avahi_interface_monitor_get_interface(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-discover-standalone/
H A Dmain.c54 AvahiProtocol protocol; member in struct:Service
77 static struct Service *get_service(const gchar *service_type, const gchar *service_name, const gchar*domain_name, AvahiIfIndex interface, AvahiProtocol protocol) { argument
88 s->protocol == protocol &&
131 AvahiProtocol protocol,
150 s->protocol = protocol;
159 snprintf(iface, sizeof(iface), "%s %s", if_indextoname(interface, name), avahi_proto_to_string(protocol));
175 if ((s = get_service(service_type, service_name, domain_name, interface, protocol)))
183 AVAHI_GCC_UNUSED AvahiProtocol protocol,
128 service_browser_callback( AVAHI_GCC_UNUSED AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_name, const char *service_type, const char *domain_name, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
180 service_type_browser_callback( AVAHI_GCC_UNUSED AvahiSServiceTypeBrowser *b, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void * userdata) argument
270 service_resolver_callback( AvahiSServiceResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, AVAHI_GCC_UNUSED const char *name, AVAHI_GCC_UNUSED const char *type, AVAHI_GCC_UNUSED const char *domain, const char *host_name, const AvahiAddress *a, uint16_t port, AvahiStringList *txt, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A Dmain.c54 AvahiProtocol protocol; member in struct:Service
77 static struct Service *get_service(const gchar *service_type, const gchar *service_name, const gchar*domain_name, AvahiIfIndex interface, AvahiProtocol protocol) { argument
88 s->protocol == protocol &&
131 AvahiProtocol protocol,
150 s->protocol = protocol;
159 snprintf(iface, sizeof(iface), "%s %s", if_indextoname(interface, name), avahi_proto_to_string(protocol));
175 if ((s = get_service(service_type, service_name, domain_name, interface, protocol)))
183 AVAHI_GCC_UNUSED AvahiProtocol protocol,
128 service_browser_callback( AVAHI_GCC_UNUSED AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_name, const char *service_type, const char *domain_name, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
180 service_type_browser_callback( AVAHI_GCC_UNUSED AvahiSServiceTypeBrowser *b, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void * userdata) argument
270 service_resolver_callback( AvahiSServiceResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, AVAHI_GCC_UNUSED const char *name, AVAHI_GCC_UNUSED const char *type, AVAHI_GCC_UNUSED const char *domain, const char *host_name, const AvahiAddress *a, uint16_t port, AvahiStringList *txt, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dstack.c429 u_int protocol, struct sockaddr_mISDN *adr)
438 __func__, dev_name(&dev->dev), protocol, adr->dev,
440 switch (protocol) {
448 rq.protocol = protocol;
467 u_int protocol, struct sockaddr_mISDN *adr)
475 __func__, dev_name(&dev->dev), protocol,
479 pmask = 1 << (protocol & ISDN_P_B_MASK);
481 rq.protocol = protocol;
428 connect_layer1(struct mISDNdevice *dev, struct mISDNchannel *ch, u_int protocol, struct sockaddr_mISDN *adr) argument
466 connect_Bstack(struct mISDNdevice *dev, struct mISDNchannel *ch, u_int protocol, struct sockaddr_mISDN *adr) argument
523 create_l2entity(struct mISDNdevice *dev, struct mISDNchannel *ch, u_int protocol, struct sockaddr_mISDN *adr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dpolicy_parse.y42 * protocol/mode/src-dst/level
43 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default
44 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default
45 * protocol/transport parsed as protocol/mode/any-any/default
46 * protocol/transport//level parsed as protocol/mode/any-any/level
145 : protocol SLAS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_negotiate_sspi.c98 const char* protocol; local
102 protocol = "GSS-Negotiate";
106 protocol = "Negotiate";
118 neg_ctx->protocol = protocol;
151 header += strlen(neg_ctx->protocol);
264 neg_ctx->protocol, encoded);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPacket.cpp30 #include <protocol/Protocols.h>
64 CPacket::CPacket(uint8 protocol) argument
68 prot = protocol;
96 CPacket::CPacket(const CMemFile& datafile, uint8 protocol, uint8 ucOpcode) argument
100 prot = protocol;
117 CPacket::CPacket(int8 in_opcode, uint32 in_size, uint8 protocol, bool bFromPF) argument
121 prot = protocol;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dsbshc.c80 ACPI_SMB_PROTOCOL = 0, /* protocol, PEC */
123 static int acpi_smbus_transaction(struct acpi_smb_hc *hc, u8 protocol, argument
142 if (!(protocol & 0x01)) {
148 smb_hc_write(hc, ACPI_SMB_PROTOCOL, protocol);
151 * and data into the return package (if required by the protocol).
154 if (ret || !(protocol & 0x01))
156 switch (protocol) {
179 int acpi_smbus_read(struct acpi_smb_hc *hc, u8 protocol, u8 address, argument
182 return acpi_smbus_transaction(hc, protocol, address, command, data, 0);
187 int acpi_smbus_write(struct acpi_smb_hc *hc, u8 protocol, u argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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;

Completed in 335 milliseconds

1234567891011>>