Searched refs:hops (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dpacket.h16 u_int8_t hops; member in struct:dhcpMessage
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dcommon.h28 uint8_t hops; member in struct:dhcpMessage
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn.h143 * hops : Number of hops through the network
163 __u16 hops; member in struct:dn_skb_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Ddis.c1218 int start, end, opsize, hops, i; local
1243 hops = 0;
1244 for (i = 0, hops = 0; start + i < 32 && hops < 3; hops++) {
1257 hops = 0;
1258 while (start < end && hops < 8) {
1275 hops++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dexthdrs.c802 int hops; local
809 hops = ihdr->rt_hdr.hdrlen >> 1;
811 if (hops > 1)
813 (hops - 1) * sizeof(struct in6_addr));
815 ipv6_addr_copy(phdr->addr + (hops - 1), *addr_p);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_neigh.c260 lp->visit_ct = cb->hops & 0x3f;
301 sp->forward = cb->hops & 0x3f;
343 sp->forward = cb->hops & 0x3f;
H A Ddn_route.c526 cb->hops = *ptr++; /* Visit Count */
552 cb->hops = *ptr & 0x3f;
709 cb->hops = 0;
746 if (++cb->hops > 30)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Drfc1035.c19 unsigned int j, l, hops = 0; local
39 hops++; /* break malicious infinite loops */
40 if (hops > 255)
H A Ddnsmasq.h322 u8 op, htype, hlen, hops; member in struct:udp_dhcp_packet::dhcp_packet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipconfig.c533 u8 hops; /* Used only by gateways */ member in struct:bootp_pkt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex86 only skips some number of hops.

Completed in 195 milliseconds