Searched refs:zone (Results 1 – 9 of 9) sorted by relevance
109 #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)
62 u8_t zone; member
72 ipv4z(3) A non-global IPv4 address including a zone76 ipv6z(4) A non-global IPv6 address including a zone185 with its zone index:189 5-8 zone index network-byte order213 with its zone index:217 17-20 zone index network-byte order221 The zone index (bytes 17-20) is used to disambiguate225 zone for each scope.378 "A zone index identifies an instance of a zone of a381 The zone index MUST disambiguate identical address[all …]
148 n+3+p length of zone 'q' as an unsigned integer149 (n+4+p)..(n+3+p+q) zone string of (up to 32) octets
3024 "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 this3087 "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 …]
273 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()
251 time-stamp-time-zone: "GMT"
1458 time-stamp-time-zone: "GMT"
3206 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