Sign in
chromium
/
chromium
/
src
/
main
/
.
/
services
/
network
/
public
/
mojom
/
address_family.mojom
blob: ae9933c354ba801794627d108c952b474166027c [
file
] [
log
] [
blame
]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module
network
.
mojom
;
// Mirror of net::AddressFamily.
enum
AddressFamily
{
UNSPECIFIED
,
IPV4
,
IPV6
,
};