HomeSort by: relevance | last modified time | path
    Searched defs:possible (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/
if.c 156 struct interface *ifp, *possible = 0; local in function:ifwithaddr
167 possible = ifp;
170 if (possible || !bcast)
171 return possible;
180 possible = ifp;
183 return possible;
1145 msglog("possible netmask problem"
if.c 156 struct interface *ifp, *possible = 0; local in function:ifwithaddr
167 possible = ifp;
170 if (possible || !bcast)
171 return possible;
180 possible = ifp;
183 return possible;
1145 msglog("possible netmask problem"

Completed in 24 milliseconds