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

  /src/sys/net/
if_gre.c 167 static int gre_sosend(struct socket *, struct mbuf *);
230 if ((rc = gre_sosend(so, m)) != 0)
231 GRE_DPRINTF(sc, "gre_sosend failed %d\n", rc);
497 gre_sosend(struct socket *so, struct mbuf *top) function in typeref:typename:int
if_gre.c 167 static int gre_sosend(struct socket *, struct mbuf *);
230 if ((rc = gre_sosend(so, m)) != 0)
231 GRE_DPRINTF(sc, "gre_sosend failed %d\n", rc);
497 gre_sosend(struct socket *so, struct mbuf *top) function in typeref:typename:int

Completed in 133 milliseconds