Searched hist:"13715 acf8ab5b32a6d7e42686fceeb66df114185" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/ |
H A D | bind_wildcard.c | 13715acf8ab5b32a6d7e42686fceeb66df114185 Sat Mar 11 21:19:04 CST 2023 Kuniyuki Iwashima <kuniyu@amazon.com> selftest: Add test for bind() conflicts.
The test checks if (IPv4, IPv6) address pair properly conflict or not.
* IPv4 * 0.0.0.0 * 127.0.0.1
* IPv6 * :: * ::1
If the IPv6 address is [::], the second bind() always fails.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | .gitignore | diff 13715acf8ab5b32a6d7e42686fceeb66df114185 Sat Mar 11 21:19:04 CST 2023 Kuniyuki Iwashima <kuniyu@amazon.com> selftest: Add test for bind() conflicts.
The test checks if (IPv4, IPv6) address pair properly conflict or not.
* IPv4 * 0.0.0.0 * 127.0.0.1
* IPv6 * :: * ::1
If the IPv6 address is [::], the second bind() always fails.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | Makefile | diff 13715acf8ab5b32a6d7e42686fceeb66df114185 Sat Mar 11 21:19:04 CST 2023 Kuniyuki Iwashima <kuniyu@amazon.com> selftest: Add test for bind() conflicts.
The test checks if (IPv4, IPv6) address pair properly conflict or not.
* IPv4 * 0.0.0.0 * 127.0.0.1
* IPv6 * :: * ::1
If the IPv6 address is [::], the second bind() always fails.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|