Searched refs:_one (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | nhop_var.h | 48 #define nhops_cmp(_one, _two) cmp_priv(_one, _two) argument 106 int cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two);
|
| H A D | nhgrp_var.h | 44 #define mpath_cmp(_one, _two) (cmp_nhgrp(_one, _two)) argument
|
| H A D | nhop_ctl.c | 161 cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two) in cmp_priv() argument 164 if (memcmp(_one->nh, _two->nh, NHOP_END_CMP) != 0) in cmp_priv() 167 if (memcmp(_one, _two, NH_PRIV_END_CMP) != 0) in cmp_priv()
|