Home
last modified time | relevance | path

Searched refs:neighbor (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sys/sys/
H A Dpctrie.h131 struct pctrie_node *parent, *neighbor; \
137 &neighbor); \
148 if (neighbor == parentp) \
149 neighbor = parent; \
152 found = pctrie_subtree_lookup_gt(neighbor, *val); \
154 pctrie_subtree_lookup_gt_assert(neighbor, *val, ptree, found); \
162 struct pctrie_node *parent, *neighbor; \
168 &neighbor); \
179 if (neighbor == parentp) \
180 neighbor = parent; \
[all …]
/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c803 void *neighbor; in avl_update_lt() local
808 neighbor = AVL_PREV(t, obj); in avl_update_lt()
809 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update_lt()
820 void *neighbor; in avl_update_gt() local
825 neighbor = AVL_NEXT(t, obj); in avl_update_gt()
826 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update_gt()
837 void *neighbor; in avl_update() local
839 neighbor = AVL_PREV(t, obj); in avl_update()
840 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update()
845 neighbor = AVL_NEXT(t, obj); in avl_update()
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-olsr.c178 nd_ipv4 neighbor; member
185 nd_ipv6 neighbor; member
247 GET_IPADDR_STRING(lq_neighbor->neighbor), in olsr_print_lq_neighbor4()
272 GET_IP6ADDR_STRING(lq_neighbor->neighbor), in olsr_print_lq_neighbor6()
291 int neighbor; in olsr_print_neighbor() local
294 neighbor = 1; in olsr_print_neighbor()
299 neighbor % 4 == 0 ? "\n\t\t" : " "); in olsr_print_neighbor()
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh147 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
148 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
340 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
341 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_04.sh143 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
144 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_11.sh142 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
143 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_01.sh141 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
142 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_02.sh142 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
143 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_03.sh143 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
144 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_07.sh139 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
140 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_08.sh139 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
140 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_13.sh141 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
142 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_14.sh141 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
142 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_16.sh139 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
140 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_09.sh141 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
142 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_10.sh143 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
144 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_12.sh141 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
142 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_20.sh138 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
139 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_19.sh127 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
128 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_06.sh161 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
162 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
H A Dfrag6_15.sh161 <bad-neighbor-solicitation>0</bad-neighbor-solicitation>
162 <bad-neighbor-advertisement>0</bad-neighbor-advertisement>
/freebsd/usr.sbin/rwhod/
H A Drwhod.c100 struct neighbor { struct
101 struct neighbor *n_next; argument
108 struct neighbor *neighbors; argument
446 struct neighbor *np; in sender_process()
577 struct neighbor *np; in configure()
/freebsd/usr.bin/fortune/
H A DREADME2 Some years ago, my neighbor Avery said to me: "There has not been an
12 It is a nice thing to have a neighbor of Avery's grain. He has
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c1497 zfs_btree_core_t *neighbor = (zfs_btree_core_t *)l_hdr; in zfs_btree_remove_from_node() local
1515 neighbor->btc_children[l_hdr->bth_count]; in zfs_btree_remove_from_node()
1519 uint8_t *take_elem = neighbor->btc_elems + in zfs_btree_remove_from_node()
1532 zfs_btree_core_t *neighbor = (zfs_btree_core_t *)r_hdr; in zfs_btree_remove_from_node() local
1557 uint8_t *take_elem = neighbor->btc_elems; in zfs_btree_remove_from_node()
1565 bt_shift_core_left(tree, neighbor, 1, r_hdr->bth_count, in zfs_btree_remove_from_node()
1747 zfs_btree_leaf_t *neighbor = (zfs_btree_leaf_t *)l_hdr; in zfs_btree_remove_idx() local
1761 uint8_t *take_elem = neighbor->btl_elems + in zfs_btree_remove_idx()
1776 zfs_btree_leaf_t *neighbor = (zfs_btree_leaf_t *)r_hdr; in zfs_btree_remove_idx() local
1792 uint8_t *take_elem = neighbor->btl_elems + in zfs_btree_remove_idx()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt3289 "Enable or disable peering with neighbor mesh stations for this
3376 "The Ethernet address of this neighbor."
3384 "The operating frequency for the link with this neighbor."
3392 "The local mesh id for this neighbor."
3400 "The mesh peer id of this neighbor."
3415 "The current link state for this neighbor."
3423 "The current transmit rate for this neighbor."
3431 "The average receive signal strength for this neighbor."
3440 "The value of this neighbor's inactivity timer."
3448 "The last sequence number transmitted to this neighbor."
[all …]

12