Searched refs:T_optmgmt_req (Results 1 – 17 of 17) sorted by relevance
68 struct T_optmgmt_req *optreq; in _tx_optmgmt()226 optreq = (struct T_optmgmt_req *)ctlbuf.buf; in _tx_optmgmt()235 size = (int)sizeof (struct T_optmgmt_req); in _tx_optmgmt()
176 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)mp->b_rptr; in snmpcom_req()186 if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_optmgmt_req) || in snmpcom_req()
198 struct T_optmgmt_req *tor; in svr4_optcom_req()201 tor = (struct T_optmgmt_req *)mp->b_rptr; in svr4_optcom_req()203 if (mp->b_wptr - mp->b_rptr < sizeof (struct T_optmgmt_req)) in svr4_optcom_req()521 struct T_optmgmt_req *tor = in tpi_optcom_req()522 (struct T_optmgmt_req *)mp->b_rptr; in tpi_optcom_req()526 if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_optmgmt_req)) { in tpi_optcom_req()642 struct T_optmgmt_req *tor = in process_topthdrs_first_pass()643 (struct T_optmgmt_req *)mp->b_rptr; in process_topthdrs_first_pass()865 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)reqmp->b_rptr; in do_options_second_pass()
223 struct T_optmgmt_req { struct369 struct T_optmgmt_req optmgmt_req; /* manage opt req */
79 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)(void *)buf; in mibget()88 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
122 #define TOPTMGMTREQSZ sizeof (struct T_optmgmt_req)
337 struct T_optmgmt_req { struct589 struct T_optmgmt_req optmgmt_req; /* manage opt req */
2855 struct T_optmgmt_req *tor; in connmgr_getopt_int()2860 mp = allocb_cred(sizeof (struct T_optmgmt_req) + in connmgr_getopt_int()2866 tor = (struct T_optmgmt_req *)(mp->b_rptr); in connmgr_getopt_int()2870 tor->OPT_offset = sizeof (struct T_optmgmt_req); in connmgr_getopt_int()2872 opt = (struct opthdr *)(mp->b_rptr + sizeof (struct T_optmgmt_req)); in connmgr_getopt_int()2876 mp->b_wptr += sizeof (struct T_optmgmt_req) + sizeof (struct opthdr) + in connmgr_getopt_int()2944 struct T_optmgmt_req *tor; in connmgr_setopt_int()2948 mp = allocb_cred(sizeof (struct T_optmgmt_req) + in connmgr_setopt_int()2957 tor = (struct T_optmgmt_req *)(mp->b_rptr); in connmgr_setopt_int()2961 tor->OPT_offset = sizeof (struct T_optmgmt_req); in connmgr_setopt_int()[all …]
557 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget()568 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
448 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget()457 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
2855 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibwalk()2869 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibwalk()
3063 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget()3072 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
726 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget()735 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
2949 struct T_optmgmt_req req;
1334 struct T_optmgmt_req req; in sync_kern()
5084 struct T_optmgmt_req optmgmt_req; in sotpi_getsockopt()5439 struct T_optmgmt_req optmgmt_req; in sotpi_setsockopt()
12909 ((struct T_optmgmt_req *)mp->b_rptr)->MGMT_flags)); in ip_wput_nondata()