Searched refs:msg_type (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcrut_api.h89 /* CRUTMessage is just a placeholder to find the msg_type */
93 int msg_type; member in struct:__anon16137
100 int msg_type; member in struct:__anon16138
111 int msg_type; member in struct:__anon16139
120 int msg_type; member in struct:__anon16140
128 int msg_type; member in struct:__anon16141
138 int msg_type; member in struct:__anon16142
147 int msg_type; member in struct:__anon16143
156 int msg_type; member in struct:__anon16144
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_dhcp6ds.c169 unsigned int msg_type, msg_tid; local
186 msg_type = msg_header[0];
188 DPRINTF(("%s: type %u, tid 0x%6x\n", __func__, msg_type, msg_tid));
189 if (msg_type != DHCP6_INFORMATION_REQUEST) { /* TODO:? RELAY_FORW */
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Ddhcp.c1165 u8_t msg_type; local
1218 msg_type = dhcp_get_option_byte(options_ptr + 2);
1220 if (msg_type == DHCP_ACK) {
1241 else if ((msg_type == DHCP_NAK) &&
1249 else if ((msg_type == DHCP_OFFER) && (dhcp->state == DHCP_SELECTING)) {
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddhcp.c1543 u8_t msg_type; local
1595 msg_type = (u8_t)dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_MSG_TYPE);
1597 if (msg_type == DHCP_ACK) {
1616 else if ((msg_type == DHCP_NAK) &&
1623 else if ((msg_type == DHCP_OFFER) && (dhcp->state == DHCP_SELECTING)) {
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dnd6.c125 u8_t msg_type; local
130 msg_type = *((u8_t *)p->payload);
131 switch (msg_type) {

Completed in 952 milliseconds