Searched refs:sockinfo (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dunix.c101 struct sockinfo *psi; /* ptr to current sockinfo */
119 /* set pas to the address strings which are after the sockinfo */
120 pas = &((char *)psi)[sizeof (struct sockinfo)];
133 /* for each sockinfo structure, display what we need: */
135 /* display sonode's address. 1st string after sockinfo: */
136 pas = &(((char *)psi)[sizeof (struct sockinfo)]);
141 /* laddr.sou_vp: 2nd string after sockinfo: */
151 /* faddr.sou_vp: 3rd string after sockinfo: */
204 psi = (struct sockinfo *)
[all...]
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c601 struct stat sockinfo; local
606 fstat(listenfd, &sockinfo) == 0 &&
607 (S_ISFIFO(sockinfo.st_mode)
609 || S_ISSOCK(sockinfo.st_mode)
623 ((fileinfo.st_dev == sockinfo.st_dev &&
624 fileinfo.st_ino == sockinfo.st_ino)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c3921 char *sockinfo = NULL; local
3939 sockinfo = addr.sunix.sun_path;
3947 sockinfo = (char *) inet_ntoa(addr.sin.sin_addr);
3958 sockinfo = anynet_ntop(&addr.sin6.sin6_addr, buf6,
3960 if (sockinfo == NULL)
3961 sockinfo = "";
3972 s += sizeof(port) + strlen(sockinfo) + 1;
3989 (void) memcpy(bp, sockinfo, strlen(sockinfo) + 1);
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h956 struct sockinfo { struct
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c118 * kernel structure for passing the sockinfo data back up to the user.
123 struct sockinfo ks_si;
1775 struct k_sockinfo *pksi; /* where we put sockinfo data */

Completed in 98 milliseconds