Searched refs:hops (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/network_cmds-433/traceroute6.tproj/
H A Dtraceroute6.c87 * internet host. We find out intermediate hops by launching probe
92 * defaults to 30 hops & can be changed with the -m flag). Three
109 * traceroute to nis.nsf.net (35.1.1.48), 30 hops max, 56 byte packet
129 * traceroute to allspice.lcs.mit.edu (18.26.0.115), 30 hops max
150 * MIT.) Note that the gateways 12, 14, 15, 16 & 17 hops away
185 * length. I.e., rip is really only 7 hops away. A reply that
305 u_char hops; /* hop limit of the packet */ member in struct:opacket
341 /* XXX: 2064 = 127(max hops in type 0 rthdr) * sizeof(ip6_hdr) + 16(margin) */
374 u_long probe, hops, lport; local
878 fprintf(stderr, ", %lu hops ma
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-decnet.c72 int dst, src, hops; local
138 hops = EXTRACT_LE_8BITS(rhp->rh_long.lg_visits);
146 hops = (EXTRACT_LE_8BITS(rhp->rh_short.sh_visits) & VIS_MASK)+1;
165 (void)printf("%d hops ", hops);
348 (void)printf("{ids %d-%d cost %d hops %d} ", id, id + count,
378 (void)printf("{areas %d-%d cost %d hops %d} ", area, area + count,
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_keymap.c1516 int hops = 0; local
1527 if (++hops == 20) {
1529 hops = 0;
/macosx-10.9.5/network_cmds-433/ping6.tproj/
H A Dping6.c656 errx(1, "too many intermediate hops");
1018 int hops, error; local
1039 for (hops = 0; hops < argc - 1; hops++) {
1042 if ((error = getaddrinfo(argv[hops], NULL, &hints,
3015 "[hops ...] host\n");
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp.el1276 Multi files allow you to contact a remote host in several hops.
1282 allow multiple hops, you normally want to use something like
1299 (integer :tag "Paren pair for hops")
1349 method name, followed by all the hops, and the localname must come
5871 ;; user must specify names for the telnet hops of which the user
5909 (num-hops (length method))
5920 (while (< i num-hops)
7046 (hops-index (nth 2 tramp-multi-file-name-structure))
7052 method hops len hop-methods hop-users hop-hosts localname)
7056 (setq hops (matc
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dicmp6.c1005 * is 0, all intermediate hops must
1010 int hops; local
1027 (hops = rth0->ip6r0_len/2))
1028 finaldst = (struct in6_addr *)(void *)(rth0 + 1) + (hops - 1);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp6940 UInt8 hops = hopArray[(maxNodes + 1)*parentNodeNum + scanNodeNum]; local
6943 hopArray[(maxNodes + 1)*i + scanNodeNum] = hops + 1;
6944 hopArray[(maxNodes + 1)*scanNodeNum + i] = hops + 1;
6945 //IOLog("Calc Hops %d-%d: %d dervied from %d-%d:%d\n", i, scanNodeNum, hops+1, parentNodeNum, scanNodeNum, hops);
6983 UInt32 hops = hopCount( nodeAAddress, fLocalNodeID ); local
6987 return hops;

Completed in 140 milliseconds