Home
last modified time | relevance | path

Searched refs:hops (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/usr.sbin/mtrace/
H A Dmtrace.c800 int hops = buf->len; in what_kind() local
801 struct tr_resp *r = buf->resps + hops - 1; in what_kind()
839 printf("%3d ", -(hops+2)); in what_kind()
1153 int hops, nexthop, tries; in main() local
1422 hops = MAXHOPS; in main()
1427 hops = qno; in main()
1435 recvlen = send_recv(tdst, IGMP_MTRACE_QUERY, hops, tries, &base); in main()
1469 for (hops = 1, nexthop = 1; hops <= MAXHOPS; ++hops) { in main()
1470 printf("%3d ", -hops); in main()
1482 if (hops == 2 && gwy == 0 && in main()
[all …]
/netbsd-src/usr.sbin/traceroute6/
H A Dtraceroute6.c306 u_char hops; /* hop limit of the packet */ member
367 u_long probe, hops, lport; in main() local
678 for (hops = first_hop; hops <= max_hops; ++hops) { in main()
683 printf("%2lu ", hops); in main()
692 send_probe(++seq, hops); in main()
807 send_probe(int seq, u_long hops) in send_probe() argument
813 i = hops; in send_probe()
837 op->hops = hops; in send_probe()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dauth.c349 *(mm + offsetof(struct bootp, hops)) = '\0'; in dhcp_auth_validate()
529 uint8_t hops, *p, *m, *data; in dhcp_auth_encode() local
707 p = m + offsetof(struct bootp, hops); in dhcp_auth_encode()
708 hops = *p; in dhcp_auth_encode()
715 hops = 0; in dhcp_auth_encode()
730 p = m + offsetof(struct bootp, hops); in dhcp_auth_encode()
731 *p = hops; in dhcp_auth_encode()
H A Ddhcp-common.c319 int hops; in decode_rfc1035() local
330 hops = 0; in decode_rfc1035()
352 hops++; in decode_rfc1035()
353 if (hops > 255) { in decode_rfc1035()
H A Ddhcp.h156 uint8_t hops; /* should be zero in client message */ member
/netbsd-src/usr.sbin/bootp/bootpgw/
H A Dbootpgw.c504 u_short secs, hops; in handle_request() local
518 hops = ntohs(bp->bp_hops); in handle_request()
519 if (++hops > maxhops) { in handle_request()
524 bp->bp_hops = htons(hops); in handle_request()
/netbsd-src/external/bsd/ntp/dist/clockstuff/
H A Dpropdelay.c286 int hops; in doit() local
289 hops = finddelay(lat1, long1, lat2, long2, h, &delay); in doit()
291 str, h, hops, delay); in doit()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sco5.man3 done by Mike Hopkirk (hops@sco.com).
/netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/
H A Dpd.h406 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument
409 | ((hops) & 0x3) << 6 | (u2) << 5 | (u32) << 4 | (lane) << 3 \
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcp.h53 u_int8_t hops; /* 3: Number of relay agent hops from client */ member
H A Ddhcpd.h679 u_int8_t hops; member
/netbsd-src/external/bsd/ipf/dist/rules/
H A Dfirewall31 closest to your internal network in terms of network hops.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dkickstart.d43 uint pc, counter, hops; in ShiftOr() member
50 hops = 0; in ShiftOr()
354 if (++t.hops == 32) in ShiftOr()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dkickstart.d43 uint pc, counter, hops; in ShiftOr() member
50 hops = 0; in ShiftOr()
354 if (++t.hops == 32) in ShiftOr()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dbootp.c276 raw.hops = packet -> raw -> hops;
H A Ddhcp.c1668 raw.hops = packet -> raw -> hops;
1914 raw.hops = packet -> raw -> hops;
3263 state -> hops = packet -> raw -> hops;
3990 raw.hops = state -> hops;
/netbsd-src/external/mpl/dhcp/dist/relay/
H A Ddhcrelay.c1011 if (packet->hops < max_hop_count) in do_relay4()
1012 packet->hops = packet->hops + 1; in do_relay4()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dinternet2181 /// Set the default number of hops (TTL) for outbound datagrams.
2182 struct hops : __sockopt_crtp<hops>
2358 /// Set the default number of hops (TTL) for outbound datagrams.
2359 struct hops : __sockopt_crtp<hops>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dinternet2266 /// Set the default number of hops (TTL) for outbound datagrams.
2267 class hops : public __sockopt_crtp<hops>
2421 /// Set the default number of hops (TTL) for outbound datagrams.
2422 class hops : public __sockopt_crtp<hops>
/netbsd-src/sys/fs/nfs/common/
H A Dbootp_subr.c124 u_int8_t hops; member
1274 ifctx->call.hops = 0; in bootpc_compose_query()
/netbsd-src/dist/pf/etc/
H A Dpf.os60 # lower (maximum distance is defined as 40 hops).
69 # hops you're away from the remote party with traceroute or mtr.
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c3534 client -> packet.hops = 0;
3608 client -> packet.hops = 0;
3683 client -> packet.hops = 0;
3745 client -> packet.hops = 0;
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dprint.c263 tdp -> op, tdp -> htype, tdp -> hlen, tdp -> hops);
/netbsd-src/external/gpl3/autoconf/dist/
H A DTHANKS289 Mike Hopkirk hops@sco.com
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86.td503 "fast-hops", "HasFastHorizontalOps", "true",

12