Home
last modified time | relevance | path

Searched refs:zone (Results 1 – 9 of 9) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Dip6_zone.h109 #define ip6_addr_zone(ip6addr) ((ip6addr)->zone)
115 #define ip6_addr_set_zone(ip6addr, zone_idx) ((ip6addr)->zone = (zone_idx))
118 #define ip6_addr_clear_zone(ip6addr) ((ip6addr)->zone = IP6_NO_ZONE)
121 #define ip6_addr_copy_zone(ip6addr1, ip6addr2) ((ip6addr1).zone = (ip6addr2).zone)
124 #define ip6_addr_equals_zone(ip6addr, zone_idx) ((ip6addr)->zone == (zone_idx))
130 #define ip6_addr_zone_eq(ip6addr1, ip6addr2) ((ip6addr1)->zone == (ip6addr2)->zone)
A Dip6_addr.h62 u8_t zone; member
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DINET-ADDRESS-MIB72 ipv4z(3) A non-global IPv4 address including a zone
76 ipv6z(4) A non-global IPv6 address including a zone
185 with its zone index:
189 5-8 zone index network-byte order
213 with its zone index:
217 17-20 zone index network-byte order
221 The zone index (bytes 17-20) is used to disambiguate
225 zone for each scope.
378 "A zone index identifies an instance of a zone of a
381 The zone index MUST disambiguate identical address
[all …]
A DSNMPv2-TM148 n+3+p length of zone 'q' as an unsigned integer
149 (n+4+p)..(n+3+p+q) zone string of (up to 32) octets
A DIP-MIB3024 "The zone index for the link-local scope on this interface."
3035 "The zone index for scope 3 on this interface."
3051 "The zone index for the site-local scope on this interface."
3059 "The zone index for scope 6 on this interface."
3067 "The zone index for scope 7 on this interface."
3075 "The zone index for the organization-local scope on this
3087 "The zone index for scope 9 on this interface."
3095 "The zone index for scope A on this interface."
3103 "The zone index for scope B on this interface."
3111 "The zone index for scope C on this interface."
[all …]
/lib/lwip/lwip/test/unit/ip6/
A Dtest_ip6.c273 fail_unless(netif_ip6_addr(&test_netif6, 0)->zone == (test_netif6.num + 1)); in START_TEST()
284 fail_unless(netif_ip6_addr(&test_netif6, 0)->zone == (test_netif6.num + 1)); in START_TEST()
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-conditional-inclusion-c.md251 time-stamp-time-zone: "GMT"
A Dpsa-driver-interface.md1458 time-stamp-time-zone: "GMT"
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_x509parse.data3206 X509 Get time (UTC without time zone)
3210 X509 Get time (UTC with invalid time zone #1)
3214 X509 Get time (UTC with invalid time zone #2)
3234 X509 Get time (UTC without seconds and with invalid time zone #1)
3238 X509 Get time (UTC without second and with invalid time zone #2)

Completed in 788 milliseconds