Searched defs:msgtype (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddhcp.c131 * @v msgtype DHCP message type
134 static inline const char * dhcp_msgtype_name ( unsigned int msgtype ) {
135 switch ( msgtype ) {
176 * @v msgtype DHCP message type
182 uint8_t msgtype, struct in_addr server_id );
351 * @v msgtype DHCP message type
356 struct sockaddr_in *peer, uint8_t msgtype,
367 dhcp_msgtype_name ( msgtype ), inet_ntoa ( peer->sin_addr ),
402 ( ( msgtype == DHCPOFFER ) || ( ! msgtype /* BOOT
354 dhcp_discovery_rx( struct dhcp_session *dhcp, struct dhcp_packet *dhcppkt, struct sockaddr_in *peer, uint8_t msgtype, struct in_addr server_id ) argument
513 dhcp_request_rx( struct dhcp_session *dhcp, struct dhcp_packet *dhcppkt, struct sockaddr_in *peer, uint8_t msgtype, struct in_addr server_id ) argument
643 dhcp_proxy_rx( struct dhcp_session *dhcp, struct dhcp_packet *dhcppkt, struct sockaddr_in *peer, uint8_t msgtype, struct in_addr server_id ) argument
773 dhcp_pxebs_rx( struct dhcp_session *dhcp, struct dhcp_packet *dhcppkt, struct sockaddr_in *peer, uint8_t msgtype, struct in_addr server_id ) argument
923 dhcp_create_packet( struct dhcp_packet *dhcppkt, struct net_device *netdev, uint8_t msgtype, uint32_t xid, const void *options, size_t options_len, void *data, size_t max_len ) argument
971 dhcp_create_request( struct dhcp_packet *dhcppkt, struct net_device *netdev, unsigned int msgtype, uint32_t xid, struct in_addr ciaddr, void *data, size_t max_len ) argument
1083 uint8_t msgtype = dhcp->state->tx_msgtype; local
1151 uint8_t msgtype = 0; local
[all...]

Completed in 44 milliseconds