Home
last modified time | relevance | path

Searched refs:_one (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/route/
H A Dnhop_var.h48 #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 Dnhgrp_var.h44 #define mpath_cmp(_one, _two) (cmp_nhgrp(_one, _two)) argument
H A Dnhop_ctl.c161 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()