OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_info
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
sctp_header.h
250
struct sctp_heartbeat_info_param
hb_info
;
member in struct:sctp_heartbeat
sctp_input.c
420
if (cp->heartbeat.
hb_info
.addr_family == AF_INET &&
421
cp->heartbeat.
hb_info
.addr_len == sizeof(struct sockaddr_in)) {
422
sin->sin_family = cp->heartbeat.
hb_info
.addr_family;
423
sin->sin_len = cp->heartbeat.
hb_info
.addr_len;
425
memcpy(&sin->sin_addr, cp->heartbeat.
hb_info
.address,
427
} else if (cp->heartbeat.
hb_info
.addr_family == AF_INET6 &&
428
cp->heartbeat.
hb_info
.addr_len == sizeof(struct sockaddr_in6)) {
429
sin6->sin6_family = cp->heartbeat.
hb_info
.addr_family;
430
sin6->sin6_len = cp->heartbeat.
hb_info
.addr_len;
432
memcpy(&sin6->sin6_addr, cp->heartbeat.
hb_info
.address
[
all
...]
sctp_output.c
8347
hb->heartbeat.
hb_info
.ph.param_type = htons(SCTP_HEARTBEAT_INFO);
8348
hb->heartbeat.
hb_info
.ph.param_length = htons(sizeof(struct sctp_heartbeat_info_param));
8349
hb->heartbeat.
hb_info
.time_value_1 = now.tv_sec;
8350
hb->heartbeat.
hb_info
.time_value_2 = now.tv_usec;
8352
hb->heartbeat.
hb_info
.user_req = user_req;
8353
hb->heartbeat.
hb_info
.addr_family = sin->sin_family;
8354
hb->heartbeat.
hb_info
.addr_len = sin->sin_len;
8359
net->heartbeat_random1 = hb->heartbeat.
hb_info
.random_value1 = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
8360
net->heartbeat_random2 = hb->heartbeat.
hb_info
.random_value2 = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
8362
net->heartbeat_random1 = hb->heartbeat.
hb_info
.random_value1 = 0
[
all
...]
Completed in 34 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025