Lines Matching defs:on
83 * table based on the RFC packet type value passed in.
213 * output: int: 1 on success, 0 on failure
311 * output: boolean_t: B_TRUE on success, B_FALSE on failure
354 * output: boolean_t: B_TRUE on success, B_FALSE otherwise
368 * output: boolean_t: B_TRUE on success, B_FALSE on failure
421 * output: boolean_t: B_TRUE on success, B_FALSE on failure
428 int on = 1;
435 (void) setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof (int));
446 * output: boolean_t: B_TRUE on success, B_FALSE on failure
453 int on = 1;
463 (void) setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof (int));
498 * iffile_to_hostname(): return the hostname contained on a line of the form
505 * output: const char *: the hostname at that path, or NULL on failure
522 * such command is on a separate line (see the "while read ifcmds" code
596 * output: boolean_t: B_TRUE on success, B_FALSE otherwise
619 * output: boolean_t: B_TRUE on success, B_FALSE otherwise
632 * dhcpv6_status_code(): report on a DHCPv6 status code found in an option
640 * output: int: -1 on error, or >= 0 for a DHCPv6 status code
701 dhcpmsg(MSG_DEBUG, "%s is on a read-only file "