• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/bsnmp/tests/

Lines Matching refs:SECTION

40 	SECTION("simple name without special characters") {
49 SECTION("complex host name without special characters") {
58 SECTION("complex host name with special characters") {
67 SECTION("relative path name") {
76 SECTION("absolute path name") {
91 SECTION("in6_addr_any") {
101 SECTION("localhost") {
111 SECTION("link local address") {
121 SECTION("illegal address (bad character)") {
127 SECTION("illegal address (two double colons)") {
133 SECTION("illegal address (two many colons)") {
139 SECTION("ipv6 address and junk") {
151 SECTION("simple name and numeric port") {
162 SECTION("simple name and string port") {
173 SECTION("name with embedded colon and numeric port") {
184 SECTION("FQDN with embedded colon and numeric port") {
195 SECTION("simple name and empty port") {
208 SECTION("ANY address and numeric port") {
219 SECTION("localhost address and string port") {
230 SECTION("some address name and empty port") {
243 SECTION("single octet address") {
253 SECTION("two octet address") {
263 SECTION("three octet address") {
273 SECTION("four octet address") {
283 SECTION("four octet octal address") {
293 SECTION("four octet hex address") {
309 SECTION("udp and host") {
320 SECTION("udp and ipv4 address") {
331 SECTION("udp6 and host") {
342 SECTION("udp6 and ipv6 address") {
353 SECTION("dgram and host") {
364 SECTION("stream and host") {
375 SECTION("unknown transport and host") {
382 SECTION("empty transport and host") {
395 SECTION("udp, host and port") {
407 SECTION("udp, host with colon and port") {
419 SECTION("udp and port") {
431 SECTION("udp6, ipv6 and port") {
450 SECTION("community and host") {
461 SECTION("community with @ and host") {
472 SECTION("empty community and host") {
490 SECTION("transport, community, host and numeric port") {
503 SECTION("transport, community, ipv4 and symbolic port") {
516 SECTION("transport, community, ipv6 and symbolic port") {