Lines Matching refs:u16_t

160 static void dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port);
176 static void dhcp_option_short(struct dhcp *dhcp, u16_t value);
201 (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num));
229 u16_t msecs;
256 (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num));
287 u16_t msecs;
289 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_select(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num));
636 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_start(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num));
836 u16_t msecs;
876 u16_t msecs;
935 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num));
945 dhcp->t1_timeout = (u16_t)timeout;
958 dhcp->t2_timeout = (u16_t)timeout;
1026 u16_t msecs;
1080 u16_t msecs;
1130 u16_t msecs;
1172 u16_t msecs;
1286 dhcp_option_short(struct dhcp *dhcp, u16_t value)
1340 u16_t offset;
1341 u16_t offset_max;
1342 u16_t options_idx;
1343 u16_t options_idx_max;
1385 u16_t val_offset = offset + 2;
1451 u16_t copy_len;
1537 dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port)
1561 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_WARNING, ("not a DHCP reply message, but type %"U16_F"\n", (u16_t)reply_msg->op));
1569 (u16_t)i, (u16_t)netif->hwaddr[i], (u16_t)i, (u16_t)reply_msg->chaddr[i]));
1643 u16_t i;