Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dfileio.c805 union sockaddr_union bsa; in read_full_file_full() local
807 r = sockaddr_un_set_path(&bsa.un, bind_name); in read_full_file_full()
811 if (bind(sk, &bsa.sa, r) < 0) in read_full_file_full()