Searched refs:sunx (Results 1 – 1 of 1) sorted by relevance
307 struct sockaddr_un sunx; in main() local523 memset(&sunx, 0, sizeof(sunx)); in main()524 sunx.sun_family = AF_LOCAL; in main()525 (void)strncpy(sunx.sun_path, *pp, sizeof(sunx.sun_path)); in main()528 (struct sockaddr *)&sunx, SUN_LEN(&sunx)) < 0 || in main()