Home
last modified time | relevance | path

Searched refs:RTN_UNICAST (Results 1 – 25 of 2873) sorted by relevance

12345678910>>...115

/dports/sysutils/busybox/busybox-1.26.2/networking/libiproute/
H A Drtm_map.c20 case RTN_UNICAST: in rtnl_rtntype_n2a()
82 res = RTN_UNICAST; in rtnl_rtntype_a2n()
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/netlink/route/
H A Dnetwork.py80 RTN_UNICAST = 0x01 # A gateway or direct route. variable in Network.Type.Type
151 Network.Type.Type.RTN_UNICAST,
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/jsimonetti/rtnetlink/internal/unix/
H A Dtypes_linux.go102 RTN_UNICAST = linux.RTN_UNICAST const
H A Dtypes_other.go98 RTN_UNICAST = 0x1 const
/dports/net/yggdrasil/yggdrasil-go-0.3.11/vendor/github.com/vishvananda/netlink/
H A Droute_test.go435 Type: unix.RTN_UNICAST,
447 Type: unix.RTN_UNICAST,
467 if route.Type != unix.RTN_UNICAST {
513 Type: unix.RTN_UNICAST,
524 Type: unix.RTN_UNICAST,
543 if routes[0].Type != unix.RTN_UNICAST {
800 Type: unix.RTN_UNICAST,
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dfib_frontend.c223 ret = RTN_UNICAST; in __inet_dev_addr_type()
378 if (res.type != RTN_UNICAST && in __fib_validate_source()
401 if (res.type == RTN_UNICAST) in __fib_validate_source()
520 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config()
570 addr_type == RTN_UNICAST) in rtentry_to_fib_config()
1071 tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL; in fib_magic()
1121 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_add_ifaddr()
1149 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric()
1154 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric()
1198 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_del_ifaddr()
H A Dip_options.c144 if (inet_addr_type(net, addr) != RTN_UNICAST) { in __ip_options_echo()
400 if (inet_addr_type(net, addr) == RTN_UNICAST) in __ip_options_compile()
615 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr()
635 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dfib_frontend.c223 ret = RTN_UNICAST; in __inet_dev_addr_type()
378 if (res.type != RTN_UNICAST && in __fib_validate_source()
401 if (res.type == RTN_UNICAST) in __fib_validate_source()
520 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config()
570 addr_type == RTN_UNICAST) in rtentry_to_fib_config()
1071 tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL; in fib_magic()
1121 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_add_ifaddr()
1149 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric()
1154 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric()
1198 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_del_ifaddr()
H A Dip_options.c144 if (inet_addr_type(net, addr) != RTN_UNICAST) { in __ip_options_echo()
400 if (inet_addr_type(net, addr) == RTN_UNICAST) in __ip_options_compile()
615 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr()
635 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dfib_frontend.c223 ret = RTN_UNICAST; in __inet_dev_addr_type()
378 if (res.type != RTN_UNICAST && in __fib_validate_source()
401 if (res.type == RTN_UNICAST) in __fib_validate_source()
520 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config()
570 addr_type == RTN_UNICAST) in rtentry_to_fib_config()
1071 tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL; in fib_magic()
1121 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_add_ifaddr()
1149 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric()
1154 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric()
1198 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_del_ifaddr()
H A Dip_options.c144 if (inet_addr_type(net, addr) != RTN_UNICAST) { in __ip_options_echo()
400 if (inet_addr_type(net, addr) == RTN_UNICAST) in __ip_options_compile()
615 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr()
635 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
/dports/security/vault/vault-1.8.2/vendor/github.com/opencontainers/runc/vendor/github.com/vishvananda/netlink/nl/
H A Droute_linux.go18 Type: syscall.RTN_UNICAST,
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/
H A Droute_linux.go18 Type: syscall.RTN_UNICAST,
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/
H A Droute_linux.go18 Type: syscall.RTN_UNICAST,
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/
H A Droute_linux.go18 Type: syscall.RTN_UNICAST,
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/
H A Droute_linux.go18 Type: syscall.RTN_UNICAST,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/vishvananda/netlink/nl/
H A Droute_linux.go18 Type: syscall.RTN_UNICAST,
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/
H A Droute_linux.go18 Type: syscall.RTN_UNICAST,
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/jsimonetti/rtnetlink/
H A Dexample_route_add_test.go43 Type: unix.RTN_UNICAST,
H A Droute_test.go35 Type: unix.RTN_UNICAST,
50 Type: unix.RTN_UNICAST,
/dports/multimedia/libv4l/linux-5.13-rc2/net/decnet/
H A Ddn_fib.c71 [RTN_UNICAST] = { .error = 0, .scope = RT_SCOPE_UNIVERSE },
208 if (dnet_addr_type(nh->nh_gw) != RTN_UNICAST) in dn_fib_check_nh()
232 if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) in dn_fib_check_nh()
431 case RTN_UNICAST: in dn_fib_semantic_match()
592 if (type == RTN_UNICAST) in fib_magic()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/decnet/
H A Ddn_fib.c71 [RTN_UNICAST] = { .error = 0, .scope = RT_SCOPE_UNIVERSE },
208 if (dnet_addr_type(nh->nh_gw) != RTN_UNICAST) in dn_fib_check_nh()
232 if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) in dn_fib_check_nh()
431 case RTN_UNICAST: in dn_fib_semantic_match()
592 if (type == RTN_UNICAST) in fib_magic()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/decnet/
H A Ddn_fib.c71 [RTN_UNICAST] = { .error = 0, .scope = RT_SCOPE_UNIVERSE },
208 if (dnet_addr_type(nh->nh_gw) != RTN_UNICAST) in dn_fib_check_nh()
232 if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) in dn_fib_check_nh()
431 case RTN_UNICAST: in dn_fib_semantic_match()
592 if (type == RTN_UNICAST) in fib_magic()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vishvananda/netlink/nl/
H A Droute_linux.go18 Type: syscall.RTN_UNICAST,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/vishvananda/netlink/nl/
H A Droute_linux.go19 Type: unix.RTN_UNICAST,

12345678910>>...115