Home
last modified time | relevance | path

Searched refs:RTM_GET (Results 1 – 25 of 3966) sorted by relevance

12345678910>>...159

/dports/net/py-pyroute2.core/pyroute2.core-0.6.5/pr2modules/bsd/rtmsocket/
H A Dfreebsd.py11 RTM_GET = 0x4 # Report Metrics variable
31 RTM_GET: rt_msg,
H A Dopenbsd.py10 RTM_GET = 0x4 # Report Metrics variable
31 RTM_GET: rt_msg,
/dports/net/zmap/zmap-2.1.1/src/
H A Dget_gateway-bsd.h112 rtm->rtm_type = RTM_GET; in _get_default_gw()
126 while (rtm->rtm_type == RTM_GET && (len = read(fd, rtm, sizeof(buf))) > 0) { in _get_default_gw()
130 if (rtm->rtm_type == RTM_GET && rtm->rtm_pid == getpid() && rtm->rtm_seq == seq) { in _get_default_gw()
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/src/
H A Droute.c45 rtm->rtm_type=RTM_GET; in libnet_get_next_hop()
71 } while (rtm->rtm_type != RTM_GET || rtm->rtm_seq != seq || in libnet_get_next_hop()
/dports/net/libunp/unpv12e/route/
H A Dgetrt.c29 rtm->rtm_type = RTM_GET; in main()
42 } while (rtm->rtm_type != RTM_GET || rtm->rtm_seq != SEQ || in main()
/dports/net/py-libdnet/libdnet-1.13/src/
H A Droute.c86 if (gw != NULL && type != RTM_GET) { in route_msg()
111 while (type == RTM_GET && (len = read(r->fd, buf, sizeof(buf))) > 0) { in route_msg()
124 if (type == RTM_GET && (rtm->rtm_addrs & (RTA_DST|RTA_GATEWAY)) == in route_msg()
182 if (route_msg(r, RTM_GET, &entry->route_dst, &entry->route_gw) < 0) in route_get()
H A Darp.c118 msg.rtm.rtm_type = RTM_GET; in arp_add()
182 msg.rtm.rtm_type = RTM_GET; in arp_delete()
228 msg.rtm.rtm_type = RTM_GET; in arp_get()
/dports/net/libdnet/libdnet-1.13/src/
H A Droute.c86 if (gw != NULL && type != RTM_GET) { in route_msg()
111 while (type == RTM_GET && (len = read(r->fd, buf, sizeof(buf))) > 0) { in route_msg()
124 if (type == RTM_GET && (rtm->rtm_addrs & (RTA_DST|RTA_GATEWAY)) == in route_msg()
182 if (route_msg(r, RTM_GET, &entry->route_dst, &entry->route_gw) < 0) in route_get()
H A Darp.c118 msg.rtm.rtm_type = RTM_GET; in arp_add()
182 msg.rtm.rtm_type = RTM_GET; in arp_delete()
228 msg.rtm.rtm_type = RTM_GET; in arp_get()
/dports/security/nmap/nmap-7.91/libdnet-stripped/src/
H A Darp-bsd.c129 msg.rtm.rtm_type = RTM_GET; in arp_add()
193 msg.rtm.rtm_type = RTM_GET; in arp_delete()
239 msg.rtm.rtm_type = RTM_GET; in arp_get()
H A Droute-bsd.c122 if (gw != NULL && type != RTM_GET) { in route_msg()
151 while (type == RTM_GET && (len = read(r->fd, buf, sizeof(buf))) > 0) { in route_msg()
165 if (type == RTM_GET && (rtm->rtm_addrs & (RTA_DST|RTA_GATEWAY)) == in route_msg()
241 if (route_msg(r, RTM_GET, entry->intf_name, &entry->route_dst, &entry->route_gw) < 0) in route_get()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/syscall/
H A Droute_netbsd.go15 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
H A Droute_openbsd.go15 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
/dports/net/quagga/quagga-1.2.4/zebra/
H A Dkernel_socket.c200 {RTM_GET, "RTM_GET"},
934 if (rtm->rtm_type != RTM_GET && rtm->rtm_pid == pid) in rtm_read()
945 case RTM_GET: in rtm_read()
1007 if (rtm->rtm_type == RTM_GET in rtm_read()
1022 if (rtm->rtm_type != RTM_GET && rtm->rtm_pid == pid) in rtm_read()
1049 if (rtm->rtm_type == RTM_GET in rtm_read()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/syscall/
H A Droute_openbsd.go13 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
H A Droute_netbsd.go13 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/syscall/
H A Droute_netbsd.go13 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
H A Droute_openbsd.go13 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/syscall/
H A Droute_netbsd.go11 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/syscall/
H A Droute_netbsd.go11 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
/dports/lang/gcc8/gcc-8.5.0/libgo/go/syscall/
H A Droute_netbsd.go11 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Droute_netbsd.go11 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/syscall/
H A Droute_netbsd.go11 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Droute_netbsd.go11 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Droute_netbsd.go11 …case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_R…

12345678910>>...159