Dillo
v3.2.0-10-gc247d95a
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
f
g
i
k
m
n
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
b
c
d
f
h
i
l
m
n
o
p
r
s
t
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
a
b
c
d
e
g
i
l
m
n
o
p
q
r
s
t
u
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
m
n
t
u
v
Enumerations
a
c
d
f
i
k
n
o
p
u
x
Enumerator
a
b
c
d
f
g
h
i
k
m
n
p
q
r
s
t
u
x
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
dpi.h
Go to the documentation of this file.
1
7
#ifndef DPI_H
8
#define DPI_H
9
10
#include <unistd.h>
/* for socklen_t */
11
#include <sys/socket.h>
/* for socklen_t and AF_LOCAL */
12
13
/* Some systems may not have this one... */
14
#ifndef AF_LOCAL
15
#define AF_LOCAL AF_UNIX
16
#endif
17
18
/* This one is tricky, some sources state it should include the byte
19
* for the terminating NULL, and others say it shouldn't.
20
* The other way is to only use this one when a native SUN_LEN is not present,
21
* but as dillo has used this for a long time successfully, here it goes.
22
*/
23
# define D_SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
24
+ strlen ((ptr)->sun_path))
23
# define D_SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
…
25
29
enum
{
30
UNKNOWN_CMD
,
31
AUTH_CMD
,
/* authentication */
32
BYE_CMD
,
/* "DpiBye" */
33
CHECK_SERVER_CMD
,
/* "check_server" */
34
REGISTER_ALL_CMD
,
/* "register_all" */
35
REGISTER_SERVICE_CMD
/* "register_service" */
36
};
37
38
39
char
*
a_Dpi_sockdir_file
(
void
);
40
41
char
*
a_Dpi_rd_dpi_socket_dir
(
char
*dirname);
42
43
char
*
a_Dpi_srs
(
void
);
44
45
#endif
a_Dpi_rd_dpi_socket_dir
char * a_Dpi_rd_dpi_socket_dir(char *dirname)
Definition
dpi.c:51
a_Dpi_sockdir_file
char * a_Dpi_sockdir_file(void)
Definition
dpi.c:34
REGISTER_SERVICE_CMD
@ REGISTER_SERVICE_CMD
Definition
dpi.h:35
UNKNOWN_CMD
@ UNKNOWN_CMD
Definition
dpi.h:30
REGISTER_ALL_CMD
@ REGISTER_ALL_CMD
Definition
dpi.h:34
BYE_CMD
@ BYE_CMD
Definition
dpi.h:32
AUTH_CMD
@ AUTH_CMD
Definition
dpi.h:31
CHECK_SERVER_CMD
@ CHECK_SERVER_CMD
Definition
dpi.h:33
a_Dpi_srs
char * a_Dpi_srs(void)
Definition
dpi.c:87
dpid
dpi.h
Generated on Sun Mar 30 2025 01:42:33 for Dillo by
1.9.8