Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c229 tlx_bind(int fd, const struct netbuf *reqaddr, struct netbuf *retaddr, int qlen) in tlx_bind() argument
239 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() local
355 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()
/illumos-gate/usr/src/lib/libdscp/
H A Dlibdscp.c181 uint32_t reqaddr; in dscpAuth() local
205 reqaddr = ntohl(*((uint32_t *)&(sin->sin_addr))); in dscpAuth()
210 if (convert_ipv6(sin6, &reqaddr) < 0) { in dscpAuth()
228 if (reqaddr != spaddr) { in dscpAuth()