Searched refs:_two (Results 1 – 5 of 5) sorted by relevance
/freebsd/tests/sys/netinet/ |
H A D | carp.sh | 128 vnet_mkjail ${j}_two ${epair_one}b 137 jexec ${j}_two ifconfig ${epair_one}b 192.0.2.202/29 up 138 jexec ${j}_two ifconfig ${epair_one}b add vhid 1 carpver 3 192.0.2.1/29 144 wait_for_carp ${j}_two ${epair_one}b \ 288 vnet_mkjail ${j}_two ${epair_one}b 298 jexec ${j}_two ifconfig ${epair_one}b inet6 \ 300 jexec ${j}_two ifconfig ${epair_one}b inet6 add vhid 1 carpver 3 \ 307 wait_for_carp ${j}_two ${epair_one}b \ 400 vnet_mkjail ${j}_two ${epair_one}b 412 jexec ${j}_two ifconfig ${epair_one}b inet6 2001:db8:1::2/64 \ [all …]
|
/freebsd/sys/net/route/ |
H A D | nhop_var.h | 46 #define nhops_cmp(_one, _two) cmp_priv(_one, _two) argument 109 int cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two);
|
H A D | nhgrp_var.h | 42 #define mpath_cmp(_one, _two) (cmp_nhgrp(_one, _two)) argument
|
H A D | nhop_ctl.c | 153 cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two) in cmp_priv() argument 156 if (memcmp(_one->nh, _two->nh, NHOP_END_CMP) != 0) in cmp_priv() 159 if (memcmp(_one, _two, NH_PRIV_END_CMP) != 0) in cmp_priv()
|
/freebsd/sys/netlink/route/ |
H A D | nexthop.c | 95 #define unhop_cmp(_one, _two) (cmp_unhop(_one, _two)) argument
|