/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_net.c | 857 struct in_addr subnet; in iscsi_net_interface() local 893 (void) memset(&subnet.s_addr, 0, sizeof (subnet)); in iscsi_net_interface() 895 (uchar_t *)&subnet.s_addr); in iscsi_net_interface() 917 &subnet, NULL, NULL, ifname); in iscsi_net_interface() 921 &subnet, &braddr, NULL, ifname); in iscsi_net_interface() 924 &subnet, &braddr, &defgateway, ifname); in iscsi_net_interface()
|
/titanic_50/usr/src/cmd/ipf/examples/ |
H A D | server | 5 # leaf subnet. We're not concerned about filtering individual services
|
H A D | example.5 | 8 # allow any TCP packets from the same subnet as foo is on through to host
|
H A D | example.11 | 2 # allow any TCP packets from the same subnet as foo is on through to host
|
H A D | firewall | 33 * "int-net" is the internal network IP# subnet address range. This might
|
H A D | nat-setup | 68 in the 10.1.2.0/24 subnet from using NAT, you might use the following rule
|
/titanic_50/usr/src/lib/libadutils/common/ |
H A D | addisc_impl.h | 58 char subnet[24]; member
|
H A D | addisc.c | 545 (void) snprintf(results[i].subnet, sizeof (ad_subnet_t), in find_subnets() 563 for (i = 0; subnets1[i].subnet[0] != '\0'; i++) in cmpsubnets() 567 for (i = 0; subnets2[i].subnet[0] != '\0'; i++) in cmpsubnets() 577 if (strcmp(subnets1[i].subnet, in cmpsubnets() 578 subnets2[j].subnet) == 0) { in cmpsubnets()
|
/titanic_50/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 897 struct in_addr subnet, defr, savr, *ipp, xip; in dhcp_bound() local 942 bcopy(doptp->value, &subnet, in dhcp_bound() 945 inet_ntoa(subnet)); in dhcp_bound() 946 subnet.s_addr = ntohl(subnet.s_addr); in dhcp_bound() 947 ipv4_setnetmask(&subnet); in dhcp_bound()
|
/titanic_50/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecinit.sample | 55 # will protect traffic to/from the 10.5.5.0 subnet with AH using any available 78 # invocation. (E.g. the DNS server is on-subnet, or DHCP
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | kstatcom.h | 133 kstat_named_t subnet; member 153 kstat_named_t subnet; member
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 962 struct in_addr subnet; in dhcpinit() local 1054 bcopy(doptp->value, &subnet, sizeof (struct in_addr)); in dhcpinit() 1057 inet_ntoa(subnet)); in dhcpinit() 1065 subnet.s_addr = htonl(IN_CLASSA_NET); in dhcpinit() 1067 subnet.s_addr = htonl(IN_CLASSB_NET); in dhcpinit() 1069 subnet.s_addr = htonl(IN_CLASSC_NET); in dhcpinit() 1074 subnet.s_addr = htonl(IN_CLASSE_NET); in dhcpinit() 1098 if (rc = dlifconfig(tiptr, &pl->pkt->yiaddr, &subnet, in dhcpinit()
|
/titanic_50/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 151 static char subnet[INET_ADDRSTRLEN]; variable 193 subnet, 0, sizeof (subnet) },
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 342 in6_addr_t subnet; in ip_local_addr_ok_v6() local 351 V6_MASK_COPY(*addr, *subnet_mask, subnet); in ip_local_addr_ok_v6() 353 (IN6_ARE_ADDR_EQUAL(addr, &subnet) && in ip_local_addr_ok_v6() 369 in6_addr_t subnet; in ip_remote_addr_ok_v6() local 374 V6_MASK_COPY(*addr, *subnet_mask, subnet); in ip_remote_addr_ok_v6() 376 (IN6_ARE_ADDR_EQUAL(addr, &subnet) && in ip_remote_addr_ok_v6()
|
/titanic_50/usr/src/cmd/svc/milestone/ |
H A D | net-physical | 490 /sbin/devprop host-ip subnet-mask router-ip | (
|
/titanic_50/usr/src/cmd/cmd-inet/etc/ike/ |
H A D | config.sample | 115 label "host to .80 subnet"
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | dhcpagent.dfl | 106 # By default, a parameter request list requesting a subnet mask (1),
|
H A D | README.v6 | 166 on the same subnet, a relay agent is used to get the unicast replies
|
/titanic_50/usr/src/lib/libslp/etc/ |
H A D | slp.conf.example | 120 # limits SLP multicast to the local subnet only:
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | README.new | 106 is the IP address for another machine on the same subnet as the interface
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 1334 struct sockaddr_storage subnet; in setifsubnet() local 1336 (*afp->af_getaddr)(addr, &subnet, &prefixlen); in setifsubnet() 1352 lifr.lifr_addr = subnet; in setifsubnet()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 94 subnet => 1,
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | README | 1324 hostname, domain, IP address, or subnet to determine the
|