Home
last modified time | relevance | path

Searched refs:flow6 (Results 1 – 16 of 16) sorted by relevance

/dports/security/ipv6toolkit/ipv6toolkit-v2.0/
H A DGNUmakefile51 SBINTOOLS= blackhole6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 path6 ra6 rd6 rs6 scan6 script6 tcp6 udp6
64 flow6: $(SRCPATH)/flow6.c $(SRCPATH)/flow6.h $(SRCPATH)/ipv6toolkit.h $(LIBS) $(SRCPATH)/libipv6.h target
65 $(CC) $(CPPFLAGS) $(CFLAGS) -o flow6 $(SRCPATH)/flow6.c $(LIBS) $(LDFLAGS)
157 install -m 0755 -f $(SBINPATH) flow6
188 install -m 0644 -f $(MANPATH)/man1 manuals/flow6.1
214 rm -f $(SBINPATH)/flow6
239 rm -f $(MANPATH)/man1/flow6.1
H A DMakefile44 SBINTOOLS= blackhole6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 path6 ra6 rd6 rs6 scan6 script6 tcp6 udp6
57 flow6: $(SRCPATH)/flow6.c $(SRCPATH)/flow6.h $(SRCPATH)/ipv6toolkit.h $(LIBS) $(SRCPATH)/libipv6.h target
58 $(CC) $(CPPFLAGS) $(CFLAGS) -o flow6 $(SRCPATH)/flow6.c $(LIBS) $(LDFLAGS)
147 rm -f $(SBINPATH)/flow6
172 rm -f $(MANPATH)/man1/flow6.1
/dports/net/bird2/bird-2.0.8/doc/
H A Dbird.conf.example227 flow6 table flowtab6;
128 flow6;
130 route flow6 {
141 route flow6 {
290 flow6 {
H A Dbird.sgml341 Configuration keywords are <cf/flow4/ and <cf/flow6/.
2698 @ <cf/flow6/ | <cf/flow6/ | --- | 2 | 133
5168 <tag><label id="flow6-dst">dst <m/inet6/ [offset <m/num/]</tag>
5172 <tag><label id="flow6-src">src <m/inet6/ [offset <m/num/]</tag>
5175 <tag><label id="flow6-next-header">next header <m/numbers-match/</tag>
5178 <tag><label id="flow6-label">label <m/bitmask-match/</tag>
5185 flow6 { table myflow6; };
5187 route flow6 {
/dports/net/bird2/bird-2.0.8/filter/
H A Dtest.conf575 bt_assert(format(flow6 { dst ::1/128; src ::2/127; }) = "flow6 { dst ::1/128; src ::2/127; }");
576 bt_assert(format(flow6 { next header false 42; }) = "flow6 { next header false 42; }");
577 bt_assert(format(flow6 { port 80; }) = "flow6 { port 80; }");
579 bt_assert(format(flow6 { sport 0..0x400; }) = "flow6 { sport 0..1024; }");
580 bt_assert(format(flow6 { icmp type 80; }) = "flow6 { icmp type 80; }");
581 bt_assert(format(flow6 { icmp code 90; }) = "flow6 { icmp code 90; }");
582 bt_assert(format(flow6 { tcp flags 0x03/0x0f; }) = "flow6 { tcp flags 0x3/0x3,0x0/0xc; }");
583 bt_assert(format(flow6 { length 0..65535; }) = "flow6 { length 0..65535; }");
584 bt_assert(format(flow6 { dscp = 63; }) = "flow6 { dscp 63; }");
585 …bt_assert(format(flow6 { fragment is_fragment || !first_fragment; }) = "flow6 { fragment is_fragme…
[all …]
H A Df-inst.c831 part = flow6_get_part(&net->flow6, FLOW_TYPE_SRC_PREFIX);
866 part = flow6_get_part(&net->flow6, FLOW_TYPE_DST_PREFIX);
/dports/net/bird2/bird-2.0.8/lib/
H A Dnet.c108 return flow6_net_format(buf, buflen, &n->flow6); in net_format()
188 case NET_FLOW6: return NET_HASH(n, flow6); in net_hash()
210 case NET_FLOW6: return NET_VALIDATE(n, flow6); in net_validate()
H A Dnet.h144 net_addr_flow6 flow6; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c526 struct flowi6 flow6 = {}; in nfp_tun_neigh_event_handler() local
549 flow6.daddr = *(struct in6_addr *)n->primary_key; in nfp_tun_neigh_event_handler()
561 if ((ipv6 && !nfp_tun_has_route_v6(app, &flow6.daddr)) || in nfp_tun_neigh_event_handler()
571 &flow6, NULL); in nfp_tun_neigh_event_handler()
576 flow6.flowi6_proto = IPPROTO_UDP; in nfp_tun_neigh_event_handler()
577 nfp_tun_write_neigh_v6(n->dev, app, &flow6, n, GFP_ATOMIC); in nfp_tun_neigh_event_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c526 struct flowi6 flow6 = {}; in nfp_tun_neigh_event_handler() local
549 flow6.daddr = *(struct in6_addr *)n->primary_key; in nfp_tun_neigh_event_handler()
561 if ((ipv6 && !nfp_tun_has_route_v6(app, &flow6.daddr)) || in nfp_tun_neigh_event_handler()
571 &flow6, NULL); in nfp_tun_neigh_event_handler()
576 flow6.flowi6_proto = IPPROTO_UDP; in nfp_tun_neigh_event_handler()
577 nfp_tun_write_neigh_v6(n->dev, app, &flow6, n, GFP_ATOMIC); in nfp_tun_neigh_event_handler()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c526 struct flowi6 flow6 = {}; in nfp_tun_neigh_event_handler() local
549 flow6.daddr = *(struct in6_addr *)n->primary_key; in nfp_tun_neigh_event_handler()
561 if ((ipv6 && !nfp_tun_has_route_v6(app, &flow6.daddr)) || in nfp_tun_neigh_event_handler()
571 &flow6, NULL); in nfp_tun_neigh_event_handler()
576 flow6.flowi6_proto = IPPROTO_UDP; in nfp_tun_neigh_event_handler()
577 nfp_tun_write_neigh_v6(n->dev, app, &flow6, n, GFP_ATOMIC); in nfp_tun_neigh_event_handler()
/dports/net/bird2/bird-2.0.8/nest/
H A Drt-fib.c279 case NET_FLOW6: return FIB_FIND(f, a, flow6); in fib_find()
300 case NET_FLOW6: FIB_INSERT(f, a, e, flow6); return; in fib_insert()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/hydr/
H A Dvalve.h357 doublereal flow6; /* portata nodo 6 (per l'output) */ variable
H A Dvalve.cc1397 flow6 = -Res_6; in AssRes()
1467 << " " << flow5 << " " << flow6 in Output()
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/dragonwave/
H A DMWR-ETHERNET-MIB80 flow6 (6),
/dports/net/bird2/bird-2.0.8/
H A DChangeLog6610 Add flow4/flow6 network and rt-table type and operations, config grammar