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

  /src/sys/net/
if.h 439 } ifnet_t; typedef in typeref:struct:ifnet
1144 int if_addr_init(ifnet_t *, struct ifaddr *, bool);
1146 int if_mcast_op(ifnet_t *, const unsigned long, const struct sockaddr *);
1156 ifnet_t *if_byindex(u_int);
1157 ifnet_t *_if_byindex(u_int);
1158 ifnet_t *if_get_byindex(u_int, struct psref *);
1159 ifnet_t *if_get_bylla(const void *, unsigned char, struct psref *);

Completed in 13 milliseconds