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

  /src/sys/dev/ofw/
ofnet.c 80 static void ofnet_start (struct ifnet *);
132 ifp->if_start = ofnet_start;
262 ofnet_start(ifp);
273 ofnet_start(struct ifnet *ifp) function in typeref:typename:void
293 panic("ofnet_start: no header mbuf");
ofnet.c 80 static void ofnet_start (struct ifnet *);
132 ifp->if_start = ofnet_start;
262 ofnet_start(ifp);
273 ofnet_start(struct ifnet *ifp) function in typeref:typename:void
293 panic("ofnet_start: no header mbuf");

Completed in 133 milliseconds