Searched refs:ipv4 (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A D.CLUSTERIP-test2 [ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_CLUSTERIP.c ] && echo CLUSTERIP
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-daemon.conf27 use-ipv4=yes
50 #publish-aaaa-on-ipv4=yes
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/files/
H A Davahi-daemon.conf27 use-ipv4=yes
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Daddr-util.c44 memcpy(&ret_addr->data.ipv4, &((const struct sockaddr_in*) sa)->sin_addr, sizeof(ret_addr->data.ipv4));
H A Diface.c214 r = avahi_mdns_mcast_join_ipv4(i->monitor->server->fd_ipv4, &i->local_mcast_address.data.ipv4, i->hardware->index, join);
571 avahi_send_dns_packet_ipv4(i->monitor->server->fd_ipv4, i->hardware->index, p, i->mcast_joined ? &i->local_mcast_address.data.ipv4 : NULL, a ? &a->data.ipv4 : NULL, port);
768 if ((ntohl(a->data.ipv4.address) & m) == (ntohl(ia->address.data.ipv4.address) & m))
H A Dresolve-host-name.c75 a.data.ipv4 = r->address_record->data.a.address;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Drib.h83 struct in_addr ipv4; member in union:static_ipv4::__anon3167
139 struct in_addr ipv4; member in union:nexthop::__anon3168
150 struct in_addr ipv4; member in union:nexthop::__anon3169
H A Dzebra_snmp.c275 if (in_addr_cmp((u_char *)&(*rib)->nexthop->gate.ipv4,
276 (u_char *)&rib2->nexthop->gate.ipv4) <= 0)
357 if (!in_addr_cmp((u_char *)&(*rib)->nexthop->gate.ipv4,
389 && (in_addr_cmp((u_char *)&rib2->nexthop->gate.ipv4,
417 pnt = (u_char *) &nexthop->gate.ipv4;
463 return (u_char *)&nexthop->gate.ipv4;
H A Drib.c145 nexthop_ipv4_add (struct rib *rib, struct in_addr *ipv4)
152 nexthop->gate.ipv4 = *ipv4;
160 nexthop_ipv4_ifindex_add (struct rib *rib, struct in_addr *ipv4,
168 nexthop->gate.ipv4 = *ipv4;
248 p.prefix = nexthop->gate.ipv4;
300 nexthop->rgate.ipv4 = newhop->gate.ipv4;
1154 nexthop_ipv4_add (rib, &si->gate.ipv4);
144 nexthop_ipv4_add(struct rib *rib, struct in_addr *ipv4) argument
159 nexthop_ipv4_ifindex_add(struct rib *rib, struct in_addr *ipv4, unsigned int ifindex) argument
[all...]
H A Drt_socket.c112 sin_gate.sin_addr = nexthop->rgate.ipv4;
125 sin_gate.sin_addr = nexthop->gate.ipv4;
H A Drt_ioctl.c203 sin_gate.sin_addr = nexthop->rgate.ipv4;
225 sin_gate.sin_addr = nexthop->gate.ipv4;
H A Drt_netlink.c667 rtm->rtm_family == AF_INET ? "ipv4" : "ipv6",
1254 &nexthop->rgate.ipv4, bytelen);
1275 &nexthop->gate.ipv4, bytelen);
1332 &nexthop->rgate.ipv4, bytelen);
1358 &nexthop->gate.ipv4, bytelen);
H A Dzserv.c341 stream_put_in_addr (s, &nexthop->gate.ipv4);
398 stream_put_in_addr (s, &nexthop->gate.ipv4);
778 stream_put_in_addr (s, &nexthop->gate.ipv4);
834 stream_put_in_addr (s, &nexthop->gate.ipv4);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dnetfilter_bridge.h81 __be32 ipv4; member in union:bridge_skb_cb::__anon10138
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/
H A DMakefile5 dccp_ipv4-y := ipv4.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Daddress.h77 AvahiIPv4Address ipv4; /**< Address when IPv4 */ member in union:AvahiAddress::__anon1797
H A Daddress.c75 uint32_t n = ntohl(a->data.ipv4.address);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/
H A Dserverhelp.pm110 $ipver = (not $ipver) ? 'ipv4' : lc($ipver);
112 ($ipver =~ /^(4|6|ipv4|ipv6|-ipv4|-ipv6)$/));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_l3proto_generic.c32 #include <net/netfilter/ipv4/nf_conntrack_ipv4.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/
H A DMakefile19 obj-$(CONFIG_INET) += ipv4/
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Difcfg5 sbase=/proc/sys/net/ipv4/conf
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack.h25 #include <net/netfilter/ipv4/nf_conntrack_icmp.h>
98 #include <net/netfilter/ipv4/nf_conntrack_ipv4.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/examples/
H A Ddhcp-client-script347 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then
350 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_tcp.c386 struct sockaddr_in *ipv4 = (struct sockaddr_in *)p->ai_addr; local
387 if ( (ipv4->sin_addr.s_addr & htonl(0x7f000000)) != htonl(0x7f000000) )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_nexthop.c138 if (! IPV4_ADDR_SAME (&next1->gate.ipv4, &next2->gate.ipv4))
884 nexthop->gate.ipv4.s_addr = stream_get_ipv4 (s);

Completed in 299 milliseconds

12