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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c87 static unsigned int process_query(int fd, mi_query_t *miq);
2444 * Process the query request pointed to by `miq' and send a reply on file
2448 process_query(int fd, mi_query_t *miq) argument
2460 switch (miq->miq_inforeq) {
2462 retval = getgraddrinfo(miq->miq_grname, &miq->miq_addr,
2487 miq->miq_grname[LIFGRNAMSIZ - 1] = '\0';
2488 retval = getgroupinfo(miq->miq_grname, &grinfop);
2500 miq->miq_ifname[LIFNAMSIZ - 1] = '\0';
2501 retval = getifinfo(miq
[all...]

Completed in 49 milliseconds