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

  /src/sys/net/
if_tun.h 36 struct ifnet tun_if; /* the interface */ member in struct:tun_softc
if_tun.c 249 memset(&tp->tun_if, 0, sizeof(struct ifnet)); /* XXX ??? */
271 if_initname(&tp->tun_if, ifc->ifc_name, unit);
287 ifp = &tp->tun_if;
373 ifp = &tp->tun_if;
403 ifp = &tp->tun_if;
446 struct ifnet *ifp = &tp->tun_if;
706 if (tp->tun_if.if_flags & IFF_UP) {
710 tp->tun_if.if_flags &=
712 tp->tun_if.if_flags |= *(int *)data;
755 if (tp->tun_if.if_snd.ifq_head
    [all...]

Completed in 14 milliseconds