Searched refs:subnet (Results 1 – 16 of 16) sorted by relevance
/linux/fs/afs/ |
H A D | addr_prefs.c | 155 int subnet = min(a->subnet_mask, b->subnet_mask); in afs_cmp_address_pref() local 174 while (subnet > 32) { in afs_cmp_address_pref() 180 subnet -= 32; in afs_cmp_address_pref() 183 if (subnet == 0) in afs_cmp_address_pref() 186 mask = 0xffffffffU << (32 - subnet); in afs_cmp_address_pref()
|
/linux/Documentation/networking/ |
H A D | arcnet.rst | 423 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 D | ip-sysctl.rst | 1800 subnet, and have the ARPs for each interface be answered 1824 subnet for this interface. This mode is useful when target 1830 such subnet. If there is no such subnet we select source 1859 sender's IP address are part from same subnet on this interface 1884 subnet as an address configured on the interface that received the 2810 source IP address is in the same subnet as an address configured on
|
H A D | representors.rst | 231 another IP address on the same subnet, mean that packets sent by the VF should
|
/linux/drivers/scsi/be2iscsi/ |
H A D | be_iscsi.c | 344 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 D | be_mgmt.c | 553 u8 *subnet, u32 ip_type) in beiscsi_if_set_ip() argument 576 if (subnet) in beiscsi_if_set_ip() 578 subnet, ip_len); in beiscsi_if_set_ip() 597 u8 *ip, u8 *subnet) in beiscsi_if_en_static() argument 638 rc = beiscsi_if_set_ip(phba, ip, subnet, ip_type); in beiscsi_if_en_static()
|
H A D | be_mgmt.h | 175 u8 *ip, u8 *subnet);
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_nat.sh | 49 subnet="$2" 52 ip -net "$ns" addr add "10.0.$subnet.99/24" dev eth0 53 ip -net "$ns" route add default via "10.0.$subnet.1" 54 ip -net "$ns" addr add "dead:$subnet::99/64" dev eth0 nodad 55 ip -net "$ns" route add default via "dead:$subnet::1"
|
/linux/Documentation/scsi/ |
H A D | cxgb3i.rst | 73 same as the ethX's ip address or an address on the same subnet. Make
|
/linux/net/ipv4/ |
H A D | fib_frontend.c | 1204 int subnet = 0; /* Primary network */ in fib_del_ifaddr() local 1228 subnet = 1; in fib_del_ifaddr() 1314 if (subnet && ifa->ifa_prefixlen < 31) { in fib_del_ifaddr()
|
/linux/tools/hv/ |
H A D | hv_kvp_daemon.c | 1284 static int process_ip_string_nm(FILE *f, char *ip_string, char *subnet, in process_ip_string_nm() argument 1298 parse_ip_val_buffer(subnet, in process_ip_string_nm()
|
/linux/drivers/scsi/ |
H A D | iscsi_boot_sysfs.c | 162 iscsi_boot_rd_attr(eth_subnet, subnet-mask, ISCSI_BOOT_ETH_SUBNET_MASK);
|
H A D | scsi_transport_iscsi.c | 340 iscsi_iface_net_attr(ipv4_iface, subnet, ISCSI_NET_PARAM_IPV4_SUBNET);
|
/linux/Documentation/admin-guide/nfs/ |
H A D | nfsroot.rst | 124 <gw-ip> IP address of a gateway if the server is on a different subnet.
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ixgbe.rst | 323 subnet masking. In the following command::
|
/linux/Documentation/admin-guide/LSM/ |
H A D | Smack.rst | 710 write access on LABEL1, and access to the subnet @IP2/MASK if it has write
|