• Home
  • Raw
  • Download

Lines Matching refs:network

9 // NetworkId represents the id given by the system to a physical network on the
15 // Every network gets assigned a network_id on creation based on order of
16 // creation. Thus network_id N is assigned to the network created directly
17 // after network N-1. Thus there is no PII involved here. Zero means no
18 // network. The value 0 is never assigned to a network.
22 // LinkLayer describes a physical link layer technology used by a network.
53 // An event record when the system default network disconnects or the system
54 // switches to a new default network.
58 // Reason why this network stopped being the default.
66 // Whether the network supports IPv4, IPv6, or both.
74 // Duration in milliseconds when this network was the default.
78 // Duration in milliseconds without a default network before this network
83 // Network score of this network when it became the default network.
87 // Network score of this network when it stopped being the default network.
91 // Best available information about IP support of this default network.
98 // A value of 0 means this is a loss of the system default network.
102 // A value of 0 means there was no previous default network.
106 // Best available information about IP support of the previous network when
107 // disconnecting or switching to a new default network.
111 // The transport types of the new default network, represented by
132 // a network: connection, evaluation, validation, lingering, and disconnection.
136 // The id of the network on which this event happened.
140 // The type of network event, represented by NETWORK_* constants defined in
144 // Only valid after finishing evaluating a network for Internet connectivity.
154 // The id of the network for which the probe was sent.
210 // The id of the network on which the DNS lookups took place.
444 // Information about IP support of this network.
447 // True if the network was validated at least once.
450 // True if a captive portal was found at least once on this network.
453 // Total number of times no connectivity was reported for this network.
514 // Physical link layer of the network on which the event happened.
519 // Represents the id given by the system to a physical network on the device.
520 // Every network gets assigned a unique id on creation from a monotonic
521 // counter. The value 0 is never assigned to a network and means no network.
533 // The transport types of the network on which the event happened, expressed
542 // An event about the system default network.
548 // A network lifecycle event.
568 // A network validation probe event.