HomeSort by relevance Sort by last modified time
    Searched refs:apiflags (Results 1 - 6 of 6) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
api_msg.h 91 u8_t apiflags; member in struct:api_msg_msg::__anon37139::__anon37143
api.h 234 u8_t apiflags);
tcp.h 352 /* Flags for "apiflags" parameter in tcp_write */
357 u8_t apiflags);
  /external/syslinux/core/lwip/src/core/
tcp_out.c 210 * @param apiflags API flags given to tcp_write.
217 u16_t *oversize, struct tcp_pcb *pcb, u8_t apiflags,
226 LWIP_UNUSED_ARG(apiflags);
243 if ((apiflags & TCP_WRITE_FLAG_MORE) ||
345 * @param apiflags combination of following flags :
351 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags)
372 apiflags |= TCP_WRITE_FLAG_COPY;
375 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_write(pcb=%p, data=%p, len=%"U16_F", apiflags=%"U16_F")\n",
376 (void *)pcb, arg, len, (u16_t)apiflags));
469 if (apiflags & TCP_WRITE_FLAG_COPY)
    [all...]
  /external/syslinux/core/lwip/src/api/
api_lib.c 581 * @param apiflags combination of following flags :
588 netconn_write(struct netconn *conn, const void *dataptr, size_t size, u8_t apiflags)
604 msg.msg.msg.w.apiflags = apiflags;
api_msg.c 1203 u8_t apiflags = conn->current_msg->msg.w.apiflags; local
    [all...]

Completed in 194 milliseconds