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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dstartup.c390 uint_t hops; local
407 hops = IPV6_MAX_HOPS;
408 if (setsockopt(sock, IPPROTO_IPV6, IPV6_UNICAST_HOPS, (char *)&hops,
409 sizeof (hops)) < 0) {
415 if (setsockopt(sock, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, (char *)&hops,
416 sizeof (hops)) < 0) {
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h186 uint8_t hops; /* Used by relay agents */ member in struct:dhcp
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c164 (void) sprintf(get_line((char *)(uintptr_t)dp->hops -
166 "Relay agent hops = %d", dp->hops);
H A Dsnoop_ether.c783 int hops, ii; local
789 hops = (int)(rh->len - 2) / (int)2;
791 if (hops) {
793 for (ii = 0; ii < hops; ii++) {

Completed in 398 milliseconds