Home
last modified time | relevance | path

Searched refs:subnet (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dudhcpc_script.c83 char subnet[128]; in udhcpc_start() local
101 ipaddr_to_string_v4(ntohl(profile->ipv4.SubnetMask), subnet, sizeof(subnet)), in udhcpc_start()
H A Ddefault.script12 [ -n "$subnet" ] && NETMASK="netmask $subnet"
H A Ddefault.script_ip12 $IPCMD address add broadcast $broadcast $ip/$subnet dev $interface
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dsimple.script8 [ -n "$subnet" ] && NETMASK="netmask $subnet"
/OK3568_Linux_fs/buildroot/package/busybox/
H A Dudhcpc.script11 [ -n "$subnet" ] && NETMASK="netmask $subnet"
/OK3568_Linux_fs/buildroot/package/dhcp/
H A Ddhclient.conf19 request subnet-mask, broadcast-address, time-offset, routers,
/OK3568_Linux_fs/kernel/drivers/net/wireguard/selftest/
H A Dallowedips.c118 static __init inline u8 horrible_mask_to_cidr(union nf_inet_addr subnet) in horrible_mask_to_cidr() argument
120 return hweight32(subnet.all[0]) + hweight32(subnet.all[1]) + in horrible_mask_to_cidr()
121 hweight32(subnet.all[2]) + hweight32(subnet.all[3]); in horrible_mask_to_cidr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Ddhcpd.conf112 subnet 192.168.33.0 netmask 255.255.255.0 {
/OK3568_Linux_fs/buildroot/package/odhcploc/
H A DConfig.in5 display active DHCP servers on a subnet.
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l3_exceptions.sh403 local subnet=$1; shift
414 ip address add $extra_add/$subnet dev $h2
448 ip address del $extra_add/$subnet dev $h2
H A Ddevlink_trap_l3_drops.sh517 local subnet=$1; shift
528 ip -$flags route add blackhole $subnet
541 ip -$flags route del blackhole $subnet
/OK3568_Linux_fs/buildroot/package/flannel/
H A DConfig.in12 Flannel is a virtual network that gives a subnet to each
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Darcnet.rst423 I assigned it one on a "private subnet" (as defined by RFC1597).
436 route add freedom arc0 /* I would use the subnet here (like I said
438 but the rest of the subnet
461 freedom for this subnet).
464 provider) has an IP address on a different subnet than freedom and
474 that is on my private subnet, the same subnet that patience is on. I
484 giving its IP address as gatekeeper (on the private subnet). When it
490 assign insight another special IP number from my private subnet. Since
509 (registered Internet subnet) (RFC1597 private subnet)
H A Dnetconsole.rst207 in case the remote logging agent is on a separate LAN subnet than
/OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c344 u8 *ip = NULL, *subnet = NULL, *gw; in beiscsi_iface_config_ipv4() local
379 subnet = info->value; in beiscsi_iface_config_ipv4()
382 ip, subnet); in beiscsi_iface_config_ipv4()
389 subnet = info->value; in beiscsi_iface_config_ipv4()
396 ip, subnet); in beiscsi_iface_config_ipv4()
H A Dbe_mgmt.c545 u8 *subnet, u32 ip_type) in beiscsi_if_set_ip() argument
568 if (subnet) in beiscsi_if_set_ip()
570 subnet, ip_len); in beiscsi_if_set_ip()
588 u8 *ip, u8 *subnet) in beiscsi_if_en_static() argument
628 rc = beiscsi_if_set_ip(phba, ip, subnet, ip_type); in beiscsi_if_en_static()
H A Dbe_mgmt.h175 u8 *ip, u8 *subnet);
/OK3568_Linux_fs/u-boot/doc/SPL/
H A DREADME.am335x-network41 - Edit your dhcpd.conf and subnet declaration matching the address
57 subnet 192.168.8.0 netmask 255.255.255.0 {
/OK3568_Linux_fs/buildroot/package/bandwidthd/
H A DConfig.in11 through the machine, grouped by subnet and IP. This
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dcxgb3i.rst73 same as the ethX's ip address or an address on the same subnet. Make
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_frontend.c1184 int subnet = 0; /* Primary network */ in fib_del_ifaddr() local
1208 subnet = 1; in fib_del_ifaddr()
1294 if (subnet && ifa->ifa_prefixlen < 31) { in fib_del_ifaddr()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Discsi_boot_sysfs.c162 iscsi_boot_rd_attr(eth_subnet, subnet-mask, ISCSI_BOOT_ETH_SUBNET_MASK);
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.usb150 and some bootp options, which tell your board to obtain its subnet,
H A DREADME.odroid171 be taken to make these MAC addresses unique within the same subnet.
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-class-infiniband60 sm_sl: (RO) Subnet manager SL for port's subnet
62 sm_lid: (RO) Subnet manager LID for port's subnet

12