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

/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Dpacket.h11 u_int8_t hops; member in struct:dhcpMessage
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dexthdrs.c543 int hops; local
550 hops = ihdr->rt_hdr.hdrlen >> 1;
552 if (hops > 1)
554 (hops - 1) * sizeof(struct in6_addr));
556 ipv6_addr_copy(phdr->addr + (hops - 1), addr);
634 int hops; local
641 hops = ihdr->rt_hdr.hdrlen >> 1;
643 if (hops > 1)
645 (hops - 1) * sizeof(struct in6_addr));
647 ipv6_addr_copy(phdr->addr + (hops
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn.h140 * hops : Number of hops through the network
160 unsigned short hops; member in struct:dn_skb_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn.h140 * hops : Number of hops through the network
160 unsigned short hops; member in struct:dn_skb_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_neigh.c234 lp->visit_ct = cb->hops & 0x3f;
275 sp->forward = cb->hops & 0x3f;
317 sp->forward = cb->hops & 0x3f;
H A Ddn_route.c450 cb->hops = *ptr++; /* Visit Count */
476 cb->hops = *ptr & 0x3f;
625 cb->hops = 0;
654 if (++cb->hops > 30)
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Drfc1035.c20 unsigned int j, l, hops = 0; local
39 hops++; /* break malicious infinite loops */
40 if (hops > 255)
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Ddp.h160 u_int8_t hops; member in struct:dhcpMessage
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dipconfig.c498 u8 hops; /* Used only by gateways */ member in struct:bootp_pkt
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex86 only skips some number of hops.

Completed in 84 milliseconds