Lines Matching defs:retryaddr
788 struct netbuf *retryaddr;
850 retryaddr = NULL;
868 retryaddr = NULL;
871 retryaddr = &p->cku_srcaddr;
875 * Bug ID 1246045: Nothing was sent, so set retryaddr to
879 retryaddr = NULL;
888 cm_entry = connmgr_wrapget(retryaddr, &cwait, p);
1765 struct netbuf *retryaddr,
1771 cm_entry = connmgr_get(retryaddr, waitp, &p->cku_addr, p->cku_addrfmly,
1806 struct netbuf *retryaddr,
1834 if (retryaddr == NULL) {
1966 * This is the retry case (retryaddr != NULL). Retries must
1986 retryaddr->len != cm_entry->x_src.len ||
1987 bcmp(retryaddr->buf, cm_entry->x_src.buf,
1988 retryaddr->len) != 0) {
2047 retryaddr = NULL;
2115 * retryaddr might be NULL in which case x_src is whatever
2118 * don't. If the other thread comes in with retryaddr == NULL, then it
2121 * attempt. If the other thread comes in with retryaddr != NULL, then
2127 * But even if theory is wrong, in the retryaddr != NULL case, the 2nd
2193 if ((useresvport || retryaddr != NULL) &&
2205 if ((i = bindresvport(tiptr, retryaddr, srcaddr, TRUE)) != 0) {
2207 RPCLOG(1, "connmgr_get: couldn't bind, retryaddr: "
2208 "%p\n", (void *)retryaddr);