OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUN_LEN
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/lpr/common_source/
startdaemon.c
77
#ifndef
SUN_LEN
78
#define
SUN_LEN
(unp) (strlen((unp)->sun_path) + 2)
82
(int)
SUN_LEN
(&un)) < 0) {
/src/sys/sys/
un.h
58
uint8_t
sun_len
; /* total sockaddr length */
member in struct:sockaddr_un
107
#define
SUN_LEN
(su) \
/src/external/bsd/dhcpcd/dist/src/
control.c
51
#ifndef
SUN_LEN
52
#define
SUN_LEN
(su) \
415
len = (socklen_t)
SUN_LEN
(&sa);
547
len = (socklen_t)
SUN_LEN
(&sa);
/src/external/bsd/libbind/dist/irs/
irp.c
59
#if !defined(
SUN_LEN
)
60
#define
SUN_LEN
(su) \
186
socklen =
SUN_LEN
(&uaddr);
188
uaddr.
sun_len
= socklen;
/src/external/bsd/tmux/dist/
compat.h
233
#ifndef
SUN_LEN
234
#define
SUN_LEN
(sun) (sizeof (sun)->sun_path)
/src/usr.sbin/syslogd/
syslogd.c
509
#ifndef
SUN_LEN
510
#define
SUN_LEN
(unp) (strlen((unp)->sun_path) + 2)
528
(struct sockaddr *)&sunx,
SUN_LEN
(&sunx)) < 0 ||
805
((su)->
sun_len
- (sizeof(*(su)) - sizeof((su)->sun_path)))
Completed in 125 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026