Home
last modified time | relevance | path

Searched refs:opdes_props (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/inet/
H A Doptcom.c268 if (!(optd->opdes_props & OP_DEF_FN) || in svr4_optcom_req()
1051 if (optd->opdes_props & OP_NODEFAULT) { in do_opt_default()
1058 if (optd->opdes_props & OP_DEF_FN) { in do_opt_default()
1159 if (optd->opdes_props & OP_NODEFAULT) { in do_opt_default()
1166 if (optd->opdes_props & OP_DEF_FN) { in do_opt_default()
1410 if (optd->opdes_props & OP_NODEFAULT) { in do_opt_check_or_negotiate()
1420 if (optd->opdes_props & OP_DEF_FN) { in do_opt_check_or_negotiate()
1421 if ((optd->opdes_props & OP_VARLEN) || in do_opt_check_or_negotiate()
1651 if ((optd->opdes_props & OP_NOT_ABSREQ) == 0) { in tpi_optcom_buf()
1692 if ((optd->opdes_props & OP_NOT_ABSREQ) == 0) { in tpi_optcom_buf()
[all …]
H A Doptcom.h45 int opdes_props; /* properties of associated with option */ member
H A Dproto_set.c393 if (!(optd->opdes_props & OP_VARLEN)) { in proto_opt_check()