Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: net/interfaces/ip_address.mojom

Issue 2745643002: [net] Add a typemap for net::IPAddress (Closed)
Patch Set: update net/interfaces/OWNERS Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/interfaces/OWNERS ('k') | net/interfaces/ip_address.typemap » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module net.interfaces;
6
7 // Mirror of net::IPAddress.
8 struct IPAddress {
9 // IP address as a numeric value from most to least significant byte.
10 // Will be of length 4 for IPv4 addresses and 16 for IPv6.
11 array<uint8> address;
12 };
OLDNEW
« no previous file with comments | « net/interfaces/OWNERS ('k') | net/interfaces/ip_address.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698