Lines Matching defs:sun
4 * Copyright (c) 2009, Sun Microsystems, Inc.
14 * - Neither the name of Sun Microsystems, Inc. nor the names of its
31 * Copyright (c) 1984 - 1991 by Sun Microsystems, Inc.
38 static char sccsid[] = "@(#)rpcbind.c 1.35 89/04/21 Copyr 1984 Sun Micro";
294 struct sockaddr_un sun;
342 (void)memset(&sun, 0, sizeof sun);
343 sun.sun_family = AF_LOCAL;
349 (void)strlcpy(sun.sun_path, _PATH_RPCBINDSOCK,
350 sizeof(sun.sun_path));
351 sun.sun_len = SUN_LEN(&sun);
353 sa = (struct sockaddr *)&sun;