Home
last modified time | relevance | path

Searched refs:RTM_IFINFO (Results 1 – 25 of 3977) sorted by relevance

12345678910>>...160

/dports/net/py-wsdd/wsdd-0.7.0/test/
H A Droutesocket_monitor.py13 RTM_IFINFO = 0xE variable
42 if rtm_type not in [RTM_NEWADDR, RTM_DELADDR, RTM_IFINFO]:
47 sa_offset = offset + ((16 + 152) if rtm_type == RTM_IFINFO else 20)
49 if rtm_type in [RTM_NEWADDR, RTM_IFINFO]:
89 if link is not None and rtm_type == RTM_IFINFO and (
/dports/net/py-pyroute2.core/pyroute2.core-0.6.5/pr2modules/bsd/rtmsocket/
H A Dfreebsd.py19 RTM_IFINFO = 0xe # Iface going up/down etc variable
39 RTM_IFINFO: if_msg,
H A Dopenbsd.py18 RTM_IFINFO = 0xe # Iface going up/down etc variable
39 RTM_IFINFO: if_msg,
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dif_sysctl.c75 if (ifm->ifm_type == RTM_IFINFO) { in ifstat_update_sysctl()
129 case RTM_IFINFO: in interface_list()
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dif_sysctl.c75 if (ifm->ifm_type == RTM_IFINFO) { in ifstat_update_sysctl()
129 case RTM_IFINFO: in interface_list()
/dports/net/quagga/quagga-1.2.4/zebra/
H A Dif_sysctl.c79 if (ifm->ifm_type == RTM_IFINFO) in ifstat_update_sysctl()
142 case RTM_IFINFO: in interface_list()
/dports/net/nload/nload-0.7.4/src/
H A Ddevreader-bsd.cpp77 if(ifm->ifm_type != RTM_IFINFO) in findAllDevices()
132 if(ifm->ifm_type != RTM_IFINFO) in readFromDevice()
/dports/sysutils/xfce4-netload-plugin/xfce4-netload-plugin-1.4.0/panel-plugin/wormulon/
H A Dopenbsd.c66 if (ifm->ifm_type != RTM_IFINFO) in checkinterface()
134 if (ifm->ifm_type != RTM_IFINFO) in get_stat()
H A Dmacos.c66 if (ifm->ifm_type != RTM_IFINFO) in checkinterface()
133 if (ifm->ifm_type != RTM_IFINFO) in get_stat()
H A Dnetbsd.c66 if (ifm->ifm_type != RTM_IFINFO) in checkinterface()
133 if (ifm->ifm_type != RTM_IFINFO) in get_stat()
/dports/net/ladvd/ladvd-1.1.2/src/
H A Dchild.c552 #if defined(HAVE_NET_ROUTE_H) && defined(RTM_IFINFO) in child_link_fd()
559 unsigned int rtfilter = ROUTE_FILTER(RTM_IFINFO); in child_link_fd()
608 #if defined(HAVE_NET_ROUTE_H) && defined(RTM_IFINFO) in child_link()
620 (rtm->rtm_type != RTM_IFINFO)) in child_link()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/syscall/
H A Droute_netbsd.go21 case RTM_IFINFO:
H A Droute_openbsd.go21 case RTM_IFINFO:
/dports/net/libunp/unpv12e/libroute/
H A Dif_nametoindex.c21 if (ifm->ifm_type == RTM_IFINFO) { in if_nametoindex()
H A Dif_indextoname.c20 if (ifm->ifm_type == RTM_IFINFO) { in if_indextoname()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/syscall/
H A Droute_openbsd.go16 case RTM_IFINFO:
H A Droute_netbsd.go16 case RTM_IFINFO:
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/syscall/
H A Droute_netbsd.go16 case RTM_IFINFO:
H A Droute_openbsd.go16 case RTM_IFINFO:
/dports/net/arp-scan/arp-scan-1.9.7/
H A Dlink-bpf.c97 if (ifm->ifm_type != RTM_IFINFO || (ifm->ifm_addrs & RTA_IFP) == 0) in get_hardware_address()
/dports/net/openmdns/mdnsd-0.7/mdnsd/
H A Dkiface.c171 if (ifm.ifm_type != RTM_IFINFO) in fetchifs()
279 case RTM_IFINFO: in kev_dispatch_msg()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/syscall/
H A Droute_netbsd.go16 case RTM_IFINFO:
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/syscall/
H A Droute_netbsd.go16 case RTM_IFINFO:
/dports/lang/gcc8/gcc-8.5.0/libgo/go/syscall/
H A Droute_netbsd.go16 case RTM_IFINFO:
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Droute_netbsd.go16 case RTM_IFINFO:

12345678910>>...160