/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/usrsctp/ |
H A D | usrsctp_git.bb | 20 PACKAGECONFIG ?= "disablewarnings inet inet6" 23 PACKAGECONFIG[inet6] = "--enable-inet6,--disable-inet6,"
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor-test.sh | 68 inet6 ::1/128 scope host 75 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic 84 [ADDR]1: lo inet6 ::1/128 scope host 86 [ADDR]2: eno2 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-cgroup.rst | 100 **bind6** call to bind(2) for an inet6 socket (since 4.17); 102 **post_bind6** return from bind(2) for an inet6 socket (since 4.17); 104 **connect6** call to connect(2) for an inet6 socket (since 4.17); 117 **getpeername6** call to getpeername(2) for an inet6 socket (since 5.8); 119 **getsockname6** call to getsockname(2) for an inet6 socket (since 5.8).
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | icmp.sh | 52 ip -netns $NS1 route add $RT1 via inet6 $H2_IP6 53 ip -netns $NS2 route add $RT2 via inet6 $H1_IP6
|
H A D | bareudp.sh | 275 ip -netns "${NS1}" -family mpls route add 200 via inet6 2001:db8::10 276 ip -netns "${NS2}" -family mpls route add 203 via inet6 2001:db8::33
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_ipv6_utils.robot | 20 # inet6 fe80::xxxx:xxxx:xxxx:xxxx/64 scope link 21 # inet6 xxxx::xxxx:xxxx:xxxx:xxxx/64 scope global 26 ${lines}= Get Lines Containing String ${cmd_output} inet6
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ |
H A D | ssmtp_2.64.bb | 22 PACKAGECONFIG[ipv6] = "--enable-inet6,--disable-inet6"
|
/openbmc/linux/net/rds/ |
H A D | tcp_listen.c | 165 struct ipv6_pinfo *inet6; in rds_tcp_accept_one() local 167 inet6 = inet6_sk(new_sock->sk); in rds_tcp_accept_one() 168 dev_if = inet6->mcast_oif; in rds_tcp_accept_one()
|
/openbmc/linux/include/linux/ |
H A D | ipv6.h | 305 struct ipv6_pinfo inet6; member 311 struct ipv6_pinfo inet6; member 317 struct ipv6_pinfo inet6; member
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter.h | 99 struct ipv6_pinfo inet6; member 111 struct ipv6_pinfo inet6; member
|
/openbmc/linux/net/dccp/ |
H A D | ipv6.h | 16 struct ipv6_pinfo inet6; member
|
H A D | ipv6.c | 441 newinet->pinet6 = &newdp6->inet6; in dccp_v6_request_recv_sock() 500 newinet->pinet6 = &newdp6->inet6; in dccp_v6_request_recv_sock() 1062 .ipv6_pinfo_offset = offsetof(struct dccp6_sock, inet6),
|
/openbmc/linux/Documentation/networking/ |
H A D | vrf.rst | 286 inet6 2002:1::2/120 scope global 288 inet6 fe80::ff:fe00:202/64 scope link 294 inet6 2002:2::2/120 scope global 296 inet6 fe80::ff:fe00:203/64 scope link 426 iface eth0 inet6 static 435 iface eth1 inet6 static 444 iface eth2 inet6 static 453 iface eth3 inet6 static 462 iface eth4 inet6 static
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/ |
H A D | gbmc-nic-dhcrelay.sh.in | 27 if [[ $change == addr && $scope == link && $fam == inet6 && $flags != *tentative* ]]; then
|
H A D | gbmc-nic-neigh.sh.in | 60 [[ $fam == inet6 && $flags != *tentative* ]]; then
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-nft.sh | 51 [[ $fam == inet6 && $flags != *tentative* ]]; then
|
H A D | gbmc-br-ula.sh | 58 elif [[ $change == addr && $intf == gbmcbr && $fam == inet6 ]]; then
|
H A D | gbmc-br-gw-src.sh | 113 [[ $fam == inet6 && $flags != *tentative* ]]; then
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | record+probe_libc_inet_pton.sh | 97 ip a sh lo | grep -F -q inet6 || exit 2
|
/openbmc/linux/net/ipv6/ |
H A D | udplite.c | 69 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
|
H A D | ping.c | 218 .ipv6_pinfo_offset = offsetof(struct raw6_sock, inet6),
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
H A D | gbmc-ncsi-br-pub-addr.sh.in | 72 [ "$scope" = 'global' -a "$fam" = 'inet6' ] &&
|
H A D | gbmc-ncsi-nft.sh.in | 59 if [ "$fam" = 'inet6' ]; then
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_proto.c | 327 const struct ipv6_pinfo *inet6 = inet6_sk(sk); in ipv6_getorigdst() local 342 flow_label = inet6->flow_label; in ipv6_getorigdst()
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_ip6.c | 39 struct ipv6_pinfo inet6; member 730 .ipv6_pinfo_offset = offsetof(struct l2tp_ip6_sock, inet6),
|