Searched refs:_one (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/net/route/ |
| HD | 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);
|
| HD | nhgrp_var.h | 42 #define mpath_cmp(_one, _two) (cmp_nhgrp(_one, _two)) argument
|
| HD | 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-14-stable/tests/sys/netinet/ |
| HD | carp.sh | 302 vnet_mkjail ${j}_one ${bridge} ${epair_one}a ${epair_two}a 306 jexec ${j}_one ifconfig ${bridge} addm ${epair_one}a \ 308 jexec ${j}_one ifconfig ${epair_one}a up 309 jexec ${j}_one ifconfig ${epair_two}a up 310 jexec ${j}_one ifconfig ${bridge} inet6 2001:db8::0:4/64 up \ 312 jexec ${j}_one ifconfig ${bridge} inet6 alias 2001:db8:1::1/64 \ 337 atf_check -s exit:0 -o ignore jexec ${j}_one \
|
| /freebsd-14-stable/sys/netlink/route/ |
| HD | nexthop.c | 95 #define unhop_cmp(_one, _two) (cmp_unhop(_one, _two)) argument
|