Home | History | Annotate | Download | only in regress

Lines Matching defs:SUN_LEN

75 #ifndef SUN_LEN
76 #define SUN_LEN(su) \
537 if (bind(s, (struct sockaddr *)&sun_sa, SUN_LEN(&sun_sa)) < 0) {
572 if (connect(s, (struct sockaddr *)&sun_sa, SUN_LEN(&sun_sa)) < 0) {