OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reset_flags
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
sctp_header.h
404
u_int8_t
reset_flags
; /* actual request */
member in struct:sctp_stream_reset_request
415
u_int8_t
reset_flags
; /* actual request */
member in struct:sctp_stream_reset_response
sctp_output.c
8664
if (req->
reset_flags
& SCTP_RESET_ALL) {
8693
if (req->
reset_flags
& SCTP_RESET_ALL)
8768
if (req->
reset_flags
& SCTP_RESET_YOUR) {
8769
strack->sr_resp.
reset_flags
= SCTP_RESET_PERFORMED;
8771
strack->sr_resp.
reset_flags
= 0;
8796
if (req->
reset_flags
& SCTP_RESET_YOUR) {
8800
if (req->
reset_flags
& SCTP_RECIPRICAL) {
8916
strreq->sr_req.
reset_flags
= 0;
8918
strreq->sr_req.
reset_flags
|= SCTP_RESET_ALL;
8921
strreq->sr_req.
reset_flags
|= SCTP_RESET_YOUR
[
all
...]
sctp_input.c
2605
if (resp->
reset_flags
& SCTP_RESET_PERFORMED) {
Completed in 21 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025