Searched refs:defr (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 151 defr[] = "LD_DEFERRED= "; variable 326 defr[sizeof (defr) - 2] = (Dflag) ? '\0' : '1'; in main() 736 (putenv(nope) != 0) || (putenv(defr) != 0)) { in run()
|
/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 984 bcopy(tp, &defr, sizeof (struct in_addr)); in dhcp_bound() 986 fnd = mac_get_arp(&defr, hp, in dhcp_bound() 994 s_n, inet_ntoa(defr)); in dhcp_bound() 1009 defr.s_addr = savr.s_addr; in dhcp_bound() 1013 &defr); in dhcp_bound()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1120 struct in_addr defr; in dhcpinit() local 1123 bcopy(tp, &defr, in dhcpinit() 1125 if (defr.s_addr == 0) in dhcpinit() 1138 sin->sin_addr = defr; in dhcpinit() 1147 inet_ntoa(defr)); in dhcpinit() 1152 inet_ntoa(defr)); in dhcpinit()
|