| /netbsd-src/usr.sbin/mtrace/ |
| H A D | mtrace.c | 800 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 D | traceroute6.c | 306 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 D | auth.c | 349 *(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 D | dhcp-common.c | 319 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 D | dhcp.h | 156 uint8_t hops; /* should be zero in client message */ member
|
| /netbsd-src/usr.sbin/bootp/bootpgw/ |
| H A D | bootpgw.c | 504 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 D | propdelay.c | 286 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 D | m_sco5.man | 3 done by Mike Hopkirk (hops@sco.com).
|
| /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/ |
| H A D | pd.h | 406 #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 D | dhcp.h | 53 u_int8_t hops; /* 3: Number of relay agent hops from client */ member
|
| H A D | dhcpd.h | 679 u_int8_t hops; member
|
| /netbsd-src/external/bsd/ipf/dist/rules/ |
| H A D | firewall | 31 closest to your internal network in terms of network hops.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | kickstart.d | 43 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 D | kickstart.d | 43 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 D | bootp.c | 276 raw.hops = packet -> raw -> hops;
|
| H A D | dhcp.c | 1668 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 D | dhcrelay.c | 1011 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 D | internet | 2181 /// 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 D | internet | 2266 /// 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 D | bootp_subr.c | 124 u_int8_t hops; member 1274 ifctx->call.hops = 0; in bootpc_compose_query()
|
| /netbsd-src/dist/pf/etc/ |
| H A D | pf.os | 60 # 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 D | dhclient.c | 3534 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 D | print.c | 263 tdp -> op, tdp -> htype, tdp -> hlen, tdp -> hops);
|
| /netbsd-src/external/gpl3/autoconf/dist/ |
| H A D | THANKS | 289 Mike Hopkirk hops@sco.com
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86.td | 503 "fast-hops", "HasFastHorizontalOps", "true",
|