Searched refs:hops (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | startup.c | 390 uint_t hops; in setup_listen_sock() local 407 hops = IPV6_MAX_HOPS; in setup_listen_sock() 408 if (setsockopt(sock, IPPROTO_IPV6, IPV6_UNICAST_HOPS, (char *)&hops, in setup_listen_sock() 409 sizeof (hops)) < 0) { in setup_listen_sock() 415 if (setsockopt(sock, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, (char *)&hops, in setup_listen_sock() 416 sizeof (hops)) < 0) { in setup_listen_sock()
|
/titanic_50/usr/src/uts/common/netinet/ |
H A D | dhcp.h | 186 uint8_t hops; /* Used by relay agents */ member
|
/titanic_50/usr/src/cmd/ipf/examples/ |
H A D | firewall | 31 closest to your internal network in terms of network hops.
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 783 int hops, ii; in print_sr() local 789 hops = (int)(rh->len - 2) / (int)2; in print_sr() 791 if (hops) { in print_sr() 793 for (ii = 0; ii < hops; ii++) { in print_sr()
|
H A D | snoop_dhcp.c | 164 (void) sprintf(get_line((char *)(uintptr_t)dp->hops - in interpret_dhcp() 166 "Relay agent hops = %d", dp->hops); in interpret_dhcp()
|