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

  /src/sys/net/
if_gre.c 157 static bool gre_is_nullconf(const struct gre_soparm *);
1137 gre_is_nullconf(const struct gre_soparm *sp) function in typeref:typename:bool
1339 if ((ifp->if_flags & IFF_UP) == 0 || gre_is_nullconf(sp))
1406 if (gre_is_nullconf(sp)) {
if_gre.c 157 static bool gre_is_nullconf(const struct gre_soparm *);
1137 gre_is_nullconf(const struct gre_soparm *sp) function in typeref:typename:bool
1339 if ((ifp->if_flags & IFF_UP) == 0 || gre_is_nullconf(sp))
1406 if (gre_is_nullconf(sp)) {

Completed in 23 milliseconds