Home
last modified time | relevance | path

Searched refs:wholen (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2753 socklen_t wholen; in doit() local
2801 wholen = sizeof (struct sockaddr_in); in doit()
2803 addrbuf = (char *)malloc(wholen); in doit()
2812 (void) memcpy(addrbuf, (const void *)&sin->sin_addr, wholen); in doit()
2820 rsaddr.length = wholen; in doit()
2835 wholen = sizeof (struct sockaddr_in6); in doit()
2840 addrbuf = (char *)malloc(wholen); in doit()
2852 wholen); in doit()
2879 if (getnameinfo((const struct sockaddr *) who, wholen, host_name, in doit()
/titanic_41/usr/src/uts/common/io/
H A Dpm.c938 size_t wholen; /* copyinstr length */ in pm_ioctl() local
980 wholen = 0; in pm_ioctl()
1007 req32.physpath, who, MAXNAMELEN, &wholen); in pm_ioctl()
1123 MAXNAMELEN, &wholen); in pm_ioctl()