Home
last modified time | relevance | path

Searched refs:_two (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/net/route/
H A Dnhop_var.h46 #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 Dnhgrp_var.h42 #define mpath_cmp(_one, _two) (cmp_nhgrp(_one, _two)) argument
H A Dnhop_ctl.c153 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-14.2/tests/sys/netinet/
H A Dcarp.sh296 vnet_mkjail ${j}_two ${epair_one}b
308 jexec ${j}_two ifconfig ${epair_one}b inet6 2001:db8:1::2/64 \
313 …ll_one=$(jexec ${j}_two ifconfig ${epair_one}b | awk "/ .*%${epair_one}b.* / { print \$2 }" | cut …
316 jexec ${j}_two ifconfig ${epair_one}b inet6 add vhid 1 \
324 atf_check -s exit:0 -o ignore jexec ${j}_two \
327 wait_for_carp ${j}_two ${epair_one}b \
/freebsd-14.2/sys/netlink/route/
H A Dnexthop.c95 #define unhop_cmp(_one, _two) (cmp_unhop(_one, _two)) argument