Searched refs:opt_arr (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | optcom.c | 186 opdes_t *opt_arr = dbobjp->odb_opt_des_arr; in svr4_optcom_req() local 239 max_optbuf_len = optcom_max_optbuf_len(opt_arr, in svr4_optcom_req() 258 for (optd = opt_arr; optd < &opt_arr[opt_arr_cnt]; optd++) { in svr4_optcom_req() 373 opt_arr, opt_arr_cnt, in svr4_optcom_req() 401 max_optbuf_len = optcom_max_optbuf_len(opt_arr, in svr4_optcom_req() 634 opdes_t *opt_arr = dbobjp->odb_opt_des_arr; in process_topthdrs_first_pass() local 668 opt_arr, opt_arr_cnt); in process_topthdrs_first_pass() 702 opt_arr, opt_arr_cnt)) == 0)) { in process_topthdrs_first_pass() 1027 opdes_t *opt_arr = dbobjp->odb_opt_des_arr; in do_opt_default() local 1038 opt_arr, opt_arr_cnt); in do_opt_default() [all …]
|
H A D | proto_set.c | 334 proto_opt_lookup(t_uscalar_t level, t_uscalar_t name, opdes_t *opt_arr, in proto_opt_lookup() argument 339 for (optd = opt_arr; optd < &opt_arr[opt_arr_cnt]; in proto_opt_lookup() 357 opdes_t *opt_arr, uint_t opt_arr_cnt, boolean_t negotiate, boolean_t check, in proto_opt_check() argument 363 optd = proto_opt_lookup(level, name, opt_arr, opt_arr_cnt); in proto_opt_check()
|