Home
last modified time | relevance | path

Searched refs:protofunc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c127 void (*protofunc)() = NULL; local
163 protofunc = NULL;
166 protofunc = ptp->func;
169 if (protofunc == NULL)
178 if (protofunc == NULL)
213 (*protofunc)(argv[optind], targetaddr);
263 (*protofunc)(ifr->ifr_name, targetaddr);
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8122 msgfunc_t protofunc, msgfunc_t miscfunc) in strsetrputhooks() argument
8128 if (protofunc == NULL) in strsetrputhooks()
8131 stp->sd_rprotofunc = protofunc; in strsetrputhooks()