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

  /src/usr.sbin/mrouted/
vif.c 427 find_vif(u_int32_t src, u_int32_t dst) function in typeref:typename:vifi_t
503 if ((vifi = find_vif(src, dst)) == NO_VIF ||
540 if ((vifi = find_vif(src, dst)) == NO_VIF ||
616 if ((vifi = find_vif(src, dst)) == NO_VIF ||
1004 * IT IS ASSUMED that this was preceded by a call to find_vif(), which
1010 * find_vif() because those types of address are acceptable for some
vif.c 427 find_vif(u_int32_t src, u_int32_t dst) function in typeref:typename:vifi_t
503 if ((vifi = find_vif(src, dst)) == NO_VIF ||
540 if ((vifi = find_vif(src, dst)) == NO_VIF ||
616 if ((vifi = find_vif(src, dst)) == NO_VIF ||
1004 * IT IS ASSUMED that this was preceded by a call to find_vif(), which
1010 * find_vif() because those types of address are acceptable for some

Completed in 136 milliseconds