Home
last modified time | relevance | path

Searched refs:recv_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c701 uchar_t recv_type) in accept_v6_message() argument
713 if (recv_type == DHCPV6_MSG_RECONFIGURE) { in accept_v6_message()
753 if (recv_type == DHCPV6_MSG_REPLY && dsmp->dsm_state != SELECTING && in accept_v6_message()
774 if (recv_type == DHCPV6_MSG_REPLY) { in accept_v6_message()
790 if (recv_type != DHCPV6_MSG_ADVERTISE) in accept_v6_message()
826 if (recv_type != DHCPV6_MSG_REPLY) in accept_v6_message()
903 if (recv_type != DHCPV6_MSG_REPLY) in accept_v6_message()
935 if (recv_type != DHCPV6_MSG_REPLY) in accept_v6_message()
984 uchar_t recv_type; in dhcp_acknak_global() local
998 recv_type = pkt_recv_type(plp); in dhcp_acknak_global()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dipmi.h108 int recv_type; member
163 int recv_type; member
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_bmc.c154 if (recv.recv_type != IPMI_RESPONSE_RECV_TYPE) { in ipmi_bmc_send()
156 "unknown BMC message type %d", recv.recv_type); in ipmi_bmc_send()
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c339 recv.recv_type = IPMI_RESPONSE_RECV_TYPE; in ipmi_ioctl()
366 recv32.recv_type = recv.recv_type; in ipmi_ioctl()