Home
last modified time | relevance | path

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

/openbsd/sbin/dhcpleased/
H A Dfrontend.c101 int iface_conf_cmp(struct iface_conf *, struct iface_conf *);
1265 } else if (iface_conf_cmp(iface_conf, oiface_conf) != 0) { in changed_ifaces()
1283 iface_conf_cmp(struct iface_conf *a, struct iface_conf *b) in iface_conf_cmp() function