Searched defs:SUN_LEN (Results 1 - 1 of 1) sorted by relevance

/external/netcat/
H A Dnetcat.c58 #ifndef SUN_LEN
59 #define SUN_LEN(su) \ macro
523 if (bind(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) {
558 if (connect(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) {

Completed in 86 milliseconds