Home
last modified time | relevance | path

Searched refs:T_optmgmt_req (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_optmgmt.c68 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()
/titanic_44/usr/src/uts/common/inet/
H A Dsnmpcom.c176 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()
H A Doptcom.c198 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()
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h223 struct T_optmgmt_req { struct
369 struct T_optmgmt_req optmgmt_req; /* manage opt req */
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c79 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)(void *)buf; in mibget()
88 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
/titanic_44/usr/src/uts/common/sys/
H A Dt_kuser.h122 #define TOPTMGMTREQSZ sizeof (struct T_optmgmt_req)
H A Dtihdr.h337 struct T_optmgmt_req { struct
589 struct T_optmgmt_req optmgmt_req; /* manage opt req */
/titanic_44/usr/src/uts/common/rpc/
H A Dclnt_cots.c2855 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 …]
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c557 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget()
568 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
/titanic_44/usr/src/cmd/rpcsvc/
H A Drstat_proc.c448 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget()
457 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c2855 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibwalk()
2869 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibwalk()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c3063 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget()
3072 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c726 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget()
735 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2949 struct T_optmgmt_req req;
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1334 struct T_optmgmt_req req; in sync_kern()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5084 struct T_optmgmt_req optmgmt_req; in sotpi_getsockopt()
5439 struct T_optmgmt_req optmgmt_req; in sotpi_setsockopt()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip.c12909 ((struct T_optmgmt_req *)mp->b_rptr)->MGMT_flags)); in ip_wput_nondata()