Lines Matching defs:on
293 * Compare contents of netbuf for equality. Return B_TRUE on a match and
306 * Returns -1 on failure, else 0.
328 int on = 1;
331 if (tlx_setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &on,
332 sizeof (on)) == -1) {
382 * Returns NULL on failure, else pointer to t_call structure on success.
422 * Remove and return a pointer to the first call on queue 'queue'. However,
443 * Returns -1 on failure, else 0.
473 * So this will not be seen with endpoints on Solaris
528 * If it is thwarted by a TLOOK, it is deferred and whatever is on the
532 * Returns -1 on failure, else 0.
549 int on = 1;
552 if (tlx_setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &on,
553 sizeof (on)) == -1) {
578 * Accept the connection indication on the newly created endpoint.