Searched defs:setfn (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dsnmpcom.c152 * setfn() returns 1 if things ok, 0 if set request invalid or otherwise
165 * for them: getfn() returns 0, setfn() returns 1.
168 snmpcom_req(queue_t *q, mblk_t *mp, pfi_t setfn, pfi_t getfn, cred_t *credp) argument
226 if (!(*setfn)(q, req->level, req->name,
H A Doptcom.c114 * (3) setfn(q, optset_context, optlevel, optname, inlen, invalp,
185 opt_set_fn setfn = dbobjp->odb_setfn; local
473 error = (*setfn)(q, SETFN_OPTCOM_NEGOTIATE,
481 * returned by setfn() when it is passed an
1325 opt_set_fn setfn = dbobjp->odb_setfn; local
1340 error = (*setfn)(q, optset_context, reqopt->level, reqopt->name,
1349 * success - "value" already filled in setfn()
1435 error = (*setfn)(q, SETFN_OPTCOM_NEGOTIATE,
1461 * setfn failed and does not want to handle this option.
1521 opt_set_fn setfn local
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_ndd.c191 pfi_t setfn; local
213 setfn = unm_param_set;
224 setfn = NULL;
228 if (!nd_load(nddpp, ++nm, unm_param_get, setfn, (caddr_t)ndp))
237 if (setfn && UNM_PROP_EXISTS(dip, nm)) {
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_ndd.c193 pfi_t setfn; local
215 setfn = rge_param_set;
226 setfn = NULL;
230 if (!nd_load(nddpp, ++nm, rge_param_get, setfn, (caddr_t)ndp))
239 if (setfn && RGE_PROP_EXISTS(dip, nm)) {

Completed in 64 milliseconds