| /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 801 struct tr_resp *r = buf->resps + hops - 1; 839 printf("%3d ", -(hops+2)); 1153 int hops, nexthop, tries; local 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...] |
| /src/external/bsd/wpa/dist/src/common/ |
| dhcp.h | 28 u8 hops; member in struct:dhcp_data 47 u8 hops; member in struct:bootp_pkt
|
| /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
|
| /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 668 fprintf(stderr, ", %lu hops max, %lu byte packets\n", 673 printf("Skipping %lu intermediate hops\n", first_hop - 1) [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| auth.c | 344 /* RFC3318, section 5.2 - zero giaddr and hops */ 349 *(mm + offsetof(struct bootp, hops)) = '\0'; 529 uint8_t hops, *p, *m, *data; local 705 /* RFC3318, section 5.2 - zero giaddr and hops */ 707 p = m + offsetof(struct bootp, hops); 708 hops = *p; 715 hops = 0; 728 /* RFC3318, section 5.2 - restore giaddr and hops */ 730 p = m + offsetof(struct bootp, hops); 731 *p = hops; [all...] |
| dhcp-common.c | 320 int hops; local 331 hops = 0; 353 hops++; 354 if (hops > 255) {
|
| dhcp.h | 156 uint8_t hops; /* should be zero in client message */ member in struct:bootp
|
| /src/external/bsd/ntp/dist/clockstuff/ |
| propdelay.c | 286 int hops; local 289 hops = finddelay(lat1, long1, lat2, long2, h, &delay); 290 printf("%sheight %g km, hops %d, delay %g seconds\n", 291 str, h, hops, delay); 405 * height and number of hops. 420 printf("waveangle dist %g height %g hops %d angle %g\n", 444 printf("propdelay dist %g height %g hops %d time %g\n", 465 int n; /* number of hops */
|
| /src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/ |
| pd.h | 369 * <7:6> :: USB2 hub hops consumed 406 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ 409 | ((hops) & 0x3) << 6 | (u2) << 5 | (u32) << 4 | (lane) << 3 \
|
| /src/external/bsd/tcpdump/dist/ |
| print-decnet.c | 478 u_int hops; local 543 hops = GET_U_1(rhp->rh_long.lg_visits); 550 hops = (GET_U_1(rhp->rh_short.sh_visits) & VIS_MASK)+1; 569 ND_PRINT("%u hops ", hops); 740 ND_PRINT("{ids %u-%u cost %u hops %u} ", id, id + count, 767 ND_PRINT("{areas %u-%u cost %u hops %u} ", area, area + count,
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| kickstart.d | 43 uint pc, counter, hops; 50 hops = 0; 354 if (++t.hops == 32)
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_wired.c | 61 u_int8_t hops; member in struct:dhcp_message
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| ioloop.c | 1270 int hops = 255; local 1278 rv = setsockopt(listener->io.fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, &hops, sizeof hops); 1280 ERROR("Unable to set IPv6 multicast hops to 255 for %s: %s", multicast, strerror(errno)); 1283 rv = setsockopt(listener->io.fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &hops, sizeof hops); 1285 ERROR("Unable to set IPv6 hops to 255 for %s: %s", multicast, strerror(errno));
|
| /src/external/bsd/wpa/dist/src/ap/ |
| fils_hlp.c | 343 "FILS: HLP request DHCP: op=%u htype=%u hlen=%u hops=%u xid=0x%x", 344 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops,
|
| /src/sys/fs/nfs/common/ |
| bootp_subr.c | 124 u_int8_t hops; member in struct:bootp_packet 1274 ifctx->call.hops = 0;
|