Lines Matching refs:tor
2855 struct T_optmgmt_req *tor; in connmgr_getopt_int() local
2866 tor = (struct T_optmgmt_req *)(mp->b_rptr); in connmgr_getopt_int()
2867 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in connmgr_getopt_int()
2868 tor->MGMT_flags = T_CURRENT; in connmgr_getopt_int()
2869 tor->OPT_length = sizeof (struct opthdr) + sizeof (int); in connmgr_getopt_int()
2870 tor->OPT_offset = sizeof (struct T_optmgmt_req); in connmgr_getopt_int()
2944 struct T_optmgmt_req *tor; in connmgr_setopt_int() local
2957 tor = (struct T_optmgmt_req *)(mp->b_rptr); in connmgr_setopt_int()
2958 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in connmgr_setopt_int()
2959 tor->MGMT_flags = T_NEGOTIATE; in connmgr_setopt_int()
2960 tor->OPT_length = sizeof (struct opthdr) + sizeof (int); in connmgr_setopt_int()
2961 tor->OPT_offset = sizeof (struct T_optmgmt_req); in connmgr_setopt_int()