Home | History | Annotate | Download | only in ip

Lines Matching refs:ifName

110  *              /proc/sys/net/ipv{4,6}/neigh/<ifname>/ucast_solicit
114 * /proc/sys/net/ipv{4,6}/neigh/<ifname>/retrans_time_ms
196 public IpReachabilityMonitor(Context context, String ifName, SharedLog log, Callback callback) {
197 this(context, ifName, log, callback, null);
200 public IpReachabilityMonitor(Context context, String ifName, SharedLog log, Callback callback,
202 mInterfaceName = ifName;
205 NetworkInterface netIf = NetworkInterface.getByName(ifName);
208 throw new IllegalArgumentException("invalid interface '" + ifName + "': ", e);
389 // /proc/sys/net/ipv[46]/neigh/<ifname>/ucast_solicit
393 // /proc/sys/net/ipv[46]/neigh/<ifname>/retrans_time_ms