OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b_sun
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/blocklist/lib/
bl.c
90
struct sockaddr_un
b_sun
;
member in struct:blocklist
146
struct sockaddr_un *sun = &b->
b_sun
;
307
memset(&b->
b_sun
, 0, sizeof(b->
b_sun
));
308
b->
b_sun
.sun_family = AF_LOCAL;
310
b->
b_sun
.sun_len = sizeof(b->
b_sun
);
312
strlcpy(b->
b_sun
.sun_path,
313
path ? path : _PATH_BLSOCK, sizeof(b->
b_sun
.sun_path));
Completed in 17 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026