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

  /src/sys/netinet/
igmp.c 96 static router_info_t * rti_find(struct ifnet *);
131 * rti_find: lookup or create router information for the given interface.
134 rti_find(ifnet_t *ifp) function in typeref:typename:router_info_t *
256 rti = rti_find(ifp);
igmp.c 96 static router_info_t * rti_find(struct ifnet *);
131 * rti_find: lookup or create router information for the given interface.
134 rti_find(ifnet_t *ifp) function in typeref:typename:router_info_t *
256 rti = rti_find(ifp);

Completed in 23 milliseconds