/src/usr.sbin/bootp/bootpgw/ |
bootpgw.c | 113 u_int maxhops = 4; /* Number of hops allowed for requests. */ 507 u_short secs, hops; 521 hops = ntohs(bp->bp_hops); 522 if (++hops > maxhops) { 527 bp->bp_hops = htons(hops); 504 u_short secs, hops; local in function:handle_request
|
/src/usr.sbin/traceroute6/ |
traceroute6.c | 86 * internet host. We find out intermediate hops by launching probe 91 * defaults to 30 hops & can be changed with the -m flag). Three 108 * traceroute to nis.nsf.net (35.1.1.48), 30 hops max, 56 byte packet 128 * traceroute to allspice.lcs.mit.edu (18.26.0.115), 30 hops max 149 * MIT.) Note that the gateways 12, 14, 15, 16 & 17 hops away 184 * length. I.e., rip is really only 7 hops away. A reply that 306 u_char hops; /* hop limit of the packet */ member in struct:opacket 367 u_long probe, hops, lport; local in function:main 668 fprintf(stderr, ", %lu hops max, %lu byte packets\n", 673 printf("Skipping %lu intermediate hops\n", first_hop - 1) [all...] |
/src/sys/fs/nfs/common/ |
bootp_subr.c | 124 u_int8_t hops; member in struct:bootp_packet 1274 ifctx->call.hops = 0;
|
/src/usr.sbin/mtrace/ |
mtrace.c | 78 #define MAXHOPS UNREACHABLE /* Don't need more hops than max metric */ 129 u_char qno = 0; /* Max number of hops to query */ 579 "Num hops received (%d) exceeds request (%d)\n", 800 int hops = buf->len; local in function:what_kind 801 struct tr_resp *r = buf->resps + hops - 1; 839 printf("%3d ", -(hops+2)); 1153 int hops, nexthop, tries; local in function:main 1215 case 'm': /* Max number of hops to trace */ 1419 * Try a query at the requested number of hops or MAXHOPS if unspecified. 1422 hops = MAXHOPS [all...] |