OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_opt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/nvi/dist/motif_l/
m_options.c
47
static void
set_opt
__P((Widget, XtPointer, XtPointer));
295
*
set_opt
--
299
set_opt
(Widget w, XtPointer closure, XtPointer call_data)
325
* go recursive where we set it and it calls
set_opt
376
XtAddCallback( w, XmNvalueChangedCallback,
set_opt
, option );
454
XtAddCallback( w, XmNactivateCallback,
set_opt
, &options[i] );
296
set_opt
(Widget w, XtPointer closure, XtPointer call_data)
function
/src/sys/netinet/
sctp_usrreq.c
2380
int error, *mopt,
set_opt
;
local
2409
set_opt
= 0;
2414
set_opt
= SCTP_PCB_FLAGS_NO_FRAGMENT;
2417
set_opt
= SCTP_PCB_FLAGS_AUTO_ASCONF;
2422
set_opt
= SCTP_PCB_FLAGS_NEEDS_MAPPED_V4;
2428
set_opt
= SCTP_PCB_FLAGS_NODELAY;
2431
set_opt
= SCTP_PCB_FLAGS_AUTOCLOSE;
2442
inp->sctp_flags |=
set_opt
;
2444
inp->sctp_flags &= ~
set_opt
;
Completed in 40 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026