Searched refs:multihomed (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_proc.c105 static int multihomed(struct ypreq_key req, struct ypresp_val *resp,
244 if (multiflag == TRUE && multihomed(req, &resp, transp, fdb))
247 if (multihomed(req, &resp, transp, fdb))
841 * Check for special multihomed host cookie in the key. If there,
846 multihomed(struct ypreq_key req, struct ypresp_val *resp, function
853 static char localbuf[_PBLKSIZ]; /* buffer for multihomed IPv6 addr */
886 * This section handles multihomed IPv6 addresses.
890 * daemon handles multihomed hosts.
908 if ((cp = strtok(bp, ",")) != NULL) { /* multihomed host */

Completed in 64 milliseconds