Home
last modified time | relevance | path

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

/netbsd/external/bsd/dhcpcd/dist/src/
H A Droute.c178 bool roam1 = if_roaming(ifp1); in rt_compare_proto()
179 bool roam2 = if_roaming(ifp2); in rt_compare_proto()
391 if (if_roaming(ifp)) in rt_setif()
H A Dif.h185 bool if_roaming(struct interface *);
H A Ddhcpcd.c722 bool was_roaming = if_roaming(ifp); in dhcpcd_handlecarrier()
737 if (!ifp->options->randomise_hwaddr && if_roaming(ifp)) { in dhcpcd_handlecarrier()
H A Dif-bsd.c417 if_roaming(struct interface *ifp) in if_roaming() function