OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:connecting_su
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/ldpd/
ldp_peer.c
117
union sockunion
connecting_su
;
local in function:ldp_peer_new
129
assert(tradd->sa_len <= sizeof(
connecting_su
));
130
memcpy(&
connecting_su
, tradd, tradd->sa_len);
132
assert(padd->sa_len <= sizeof(
connecting_su
));
133
memcpy(&
connecting_su
, padd, padd->sa_len);
136
assert(
connecting_su
.sa.sa_family == AF_INET ||
137
connecting_su
.sa.sa_family == AF_INET6);
139
if (
connecting_su
.sa.sa_family == AF_INET)
140
connecting_su
.sin.sin_port = htons(LDP_PORT);
142
connecting_su
.sin6.sin6_port = htons(LDP_PORT)
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025