Searched refs:int_next (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/usr.sbin/IPXrouted/
H A Dif.c62 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
85 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
109 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
137 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
H A Dinterface.h54 struct interface *int_next; member in struct:interface
H A Dstartup.c225 ifp->int_next = ifnet;
253 for (ifp2 = ifnet; ifp2; ifp2 =ifp2->int_next) {
H A Doutput.c70 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
H A Dsap_output.c58 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
H A Daf.c170 for (ifp = ifnet; ifp; ifp = ifp->int_next) {

Completed in 66 milliseconds