OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dhcp4o6_fd
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/dhcp/dist/common/
dhcp4o6.c
37
int
dhcp4o6_fd
= -1;
variable
49
*
dhcp4o6_fd
and an OMAPI handler is registered. Any failure is fatal.)
78
dhcp4o6_fd
= socket(PF_INET6, SOCK_DGRAM, IPPROTO_UDP);
79
if (
dhcp4o6_fd
< 0)
82
if (setsockopt(
dhcp4o6_fd
, SOL_SOCKET, SO_REUSEADDR,
86
if (bind(
dhcp4o6_fd
,
90
if (connect(
dhcp4o6_fd
,
119
return
dhcp4o6_fd
;
Completed in 33 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026