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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_mib.c226 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
H A Dbridge.c176 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
205 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
678 ifp = ifnet_head.tqh_first ; /* scan all ports */
H A Dif.c143 struct ifnethead ifnet_head = TAILQ_HEAD_INITIALIZER(ifnet_head); variable in typeref:struct:ifnethead
530 for (ifp = ifnet_head.tqh_first; ifp && !result; ifp = ifp->if_link.tqe_next) {
588 for (ifp = ifnet_head.tqh_first; ifp && !result; ifp = ifp->if_link.tqe_next) {
627 for (ifp = ifnet_head.tqh_first; ifp && !result; ifp = ifp->if_link.tqe_next) {
751 for (ifp = ifnet_head.tqh_first; ifp; ifp = ifp->if_link.tqe_next) {
1111 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
1607 for (ifp = ifnet_head.tqh_first; space > sizeof(ifr) && ifp; ifp = ifp->if_link.tqe_next) {
H A Dif_var.h629 * ifnet_head to ifnet. This should be temp.
631 #define ifnet_head ifnet macro
632 extern struct ifnethead ifnet_head;
H A Ddlil.c570 TAILQ_INIT(&ifnet_head);
661 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
1943 TAILQ_REMOVE(&ifnet_head, ifp, if_link);
2310 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
2422 TAILQ_FOREACH(tmp_if, &ifnet_head, if_link) {
2560 TAILQ_INSERT_TAIL(&ifnet_head, ifp, if_link);
H A Dndrv.c323 if TAILQ_EMPTY(&ifnet_head)
348 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
H A Dif_gif.c641 TAILQ_FOREACH(ifp2, &ifnet_head, if_link) {
H A Drtsock.c1182 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
1245 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
/macosx-10.5.8/xnu-1228.15.4/libkern/uuid/
H A Duuid.c58 TAILQ_FOREACH(ifp, &ifnet_head, if_link) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Draw_ip6.c636 if (TAILQ_EMPTY(&ifnet_head) || addr->sin6_family != AF_INET6)
673 if (TAILQ_EMPTY(&ifnet_head))
H A Din6_ifattach.c424 TAILQ_FOREACH(ifp, &ifnet_head, if_list) {
745 TAILQ_FOREACH(ifp, &ifnet_head, if_list) {
778 TAILQ_FOREACH(ifp, &ifnet_head, if_list) {
H A Din6.c2269 TAILQ_FOREACH(ifp, &ifnet_head, if_list) {
2698 TAILQ_FOREACH(ifp, &ifnet_head, if_list) {
H A Dicmp6.c1679 TAILQ_FOREACH(ifp, &ifnet_head, if_list) {
1772 if (ifp == NULL) ifp = TAILQ_FIRST(&ifnet_head);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Draw_ip.c727 if (TAILQ_EMPTY(&ifnet_head) || ((addr->sin_family != AF_INET) &&
749 if (TAILQ_EMPTY(&ifnet_head))
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dnetboot.c602 TAILQ_FOREACH(ifp, &ifnet_head, if_link)

Completed in 197 milliseconds