Searched refs:neighbor (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-olsr.c160 u_int8_t neighbor[4]; member in struct:olsr_lq_neighbor4
167 u_int8_t neighbor[16]; member in struct:olsr_lq_neighbor6
182 * print a neighbor list with LQ extensions.
193 printf("\n\t neighbor %s, link-quality %.2lf%%"
194 ", neighbor-link-quality %.2lf%%",
195 ipaddr_string(lq_neighbor->neighbor),
214 printf("\n\t neighbor %s, link-quality %.2lf%%"
215 ", neighbor-link-quality %.2lf%%",
216 ip6addr_string(lq_neighbor->neighbor),
227 * print a neighbor lis
232 int neighbor; local
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/rwhod.tproj/
H A Drwhod.c138 * We communicate with each neighbor in a list constructed at the time we're
142 struct neighbor { struct
143 struct neighbor *n_next;
150 struct neighbor *neighbors;
410 register struct neighbor *np;
598 register struct neighbor *np;
683 np = (struct neighbor *)malloc(len);
685 quit("malloc of neighbor structure");
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/menubar/
H A Dmenubar.tcl1634 set neighbor "previous"
1637 set neighbor "next"
1644 set neighbor_node [${mtree} ${neighbor} ${node}]
/macosx-10.9.5/ruby-104/ruby/
H A Dstring.c2994 enum neighbor_char neighbor = NEIGHBOR_FOUND; local
3006 if (neighbor == NEIGHBOR_NOT_CHAR && last_alnum) {
3014 neighbor = enc_succ_alnum_char(s, l, enc, carry);
3015 switch (neighbor) {
3031 enum neighbor_char neighbor; local
3033 neighbor = enc_succ_char(s, l, enc);
3034 if (neighbor == NEIGHBOR_FOUND)

Completed in 101 milliseconds