Home
last modified time | relevance | path

Searched refs:SUN_LEN (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd-6.8.2/
Dcontrol.c47 #ifndef SUN_LEN
48 #define SUN_LEN(su) \ macro
255 len = (socklen_t)SUN_LEN(&sa); in control_start1()
340 len = (socklen_t)SUN_LEN(&sa); in control_open()
/external/netcat/
Dnetcat.c58 #ifndef SUN_LEN
59 #define SUN_LEN(su) \ macro
523 if (bind(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) { in unix_bind()
558 if (connect(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) { in unix_connect()