Searched refs:reqaddr (Results 1 – 2 of 2) sorted by relevance
229 tlx_bind(int fd, const struct netbuf *reqaddr, struct netbuf *retaddr, int qlen) in tlx_bind() argument239 if (reqaddr != NULL) { /* caller requests specific address */ in tlx_bind()240 breq.addr.buf = reqaddr->buf; in tlx_bind()241 breq.addr.len = reqaddr->len; in tlx_bind()314 struct netbuf *reqaddr; in create_bound_endpoint() local355 reqaddr = NULL; in create_bound_endpoint()358 reqaddr = &(tlx_info->local_addr); in create_bound_endpoint()367 if ((tlx_bind(fd, reqaddr, retaddr, qlen) == -1) || in create_bound_endpoint()368 ((reqaddr != NULL) && !netbufs_equal(reqaddr, retaddr))) { in create_bound_endpoint()
181 uint32_t reqaddr; in dscpAuth() local205 reqaddr = ntohl(*((uint32_t *)&(sin->sin_addr))); in dscpAuth()210 if (convert_ipv6(sin6, &reqaddr) < 0) { in dscpAuth()228 if (reqaddr != spaddr) { in dscpAuth()