Searched refs:ifnet_head (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_mib.c244 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
H A Dndrv.c325 if TAILQ_EMPTY(&ifnet_head)
350 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
H A Dif.c163 struct ifnethead ifnet_head = TAILQ_HEAD_INITIALIZER(ifnet_head); variable in typeref:struct:ifnethead
788 for (ifp = ifnet_head.tqh_first; ifp && !result;
834 for (ifp = ifnet_head.tqh_first; ifp && !result;
978 for (ifp = ifnet_head.tqh_first; ifp; ifp = ifp->if_link.tqe_next) {
1411 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
2383 for (ifp = ifnet_head.tqh_first; space > sizeof(ifr) &&
H A Dif_gif.c715 TAILQ_FOREACH(ifp2, &ifnet_head, if_link) {
H A Ddlil.c1208 TAILQ_INIT(&ifnet_head);
1383 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
3836 TAILQ_FOREACH(_ifp, &ifnet_head, if_link) {
4270 TAILQ_FOREACH(tmp_if, &ifnet_head, if_link) {
4386 TAILQ_INSERT_TAIL(&ifnet_head, ifp, if_link);
4788 * Remove ifnet from the ifnet_head, ifindex2ifnet[]; it will
4792 TAILQ_REMOVE(&ifnet_head, ifp, if_link);
5008 /* This interface should not be on {ifnet_head,detaching} */
5653 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
H A Dkpi_interface.c1301 * at ifnet_head and go directly to inner loop.
1312 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
1621 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
1684 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
H A Drtsock.c1527 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
1656 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
H A Dif_var.h884 __private_extern__ struct ifnethead ifnet_head; variable in typeref:struct:ifnethead
H A Dbridgestp.c2113 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
/darwin-on-arm/xnu/bsd/netinet/
H A Draw_ip.c860 if (TAILQ_EMPTY(&ifnet_head) || ((addr->sin_family != AF_INET) &&
885 if (TAILQ_EMPTY(&ifnet_head))
/darwin-on-arm/xnu/bsd/netinet6/
H A Draw_ip6.c820 if (TAILQ_EMPTY(&ifnet_head) || addr->sin6_family != AF_INET6)
864 if (TAILQ_EMPTY(&ifnet_head))
H A Din6_ifattach.c430 TAILQ_FOREACH(ifp, &ifnet_head, if_list) {
H A Dicmp6.c1794 TAILQ_FOREACH(ifp, &ifnet_head, if_list) {
1905 ifp = TAILQ_FIRST(&ifnet_head);
H A Din6.c2954 TAILQ_FOREACH(ifp, &ifnet_head, if_list) {
3480 TAILQ_FOREACH(ifp, &ifnet_head, if_list) {
/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c600 TAILQ_FOREACH(ifp, &ifnet_head, if_link)

Completed in 127 milliseconds