blob: 93407dcb902917f8b3fed86c24c968935cd25481 [file] [log] [blame]
package android.net;
parcelable InterfaceConfigurationParcel {
@utf8InCpp String ifName;
@utf8InCpp String hwAddr;
@utf8InCpp String ipv4Addr;
int prefixLength;
@utf8InCpp String[] flags;
}