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

  /external/syslinux/core/lwip/src/include/lwip/
api.h 207 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL)
208 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c)
210 netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto,
  /external/syslinux/core/lwip/src/api/
api_lib.c 68 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) function
sockets.c 945 conn = netconn_new_with_proto_and_callback(NETCONN_RAW, (u8_t)protocol, event_callback);
    [all...]

Completed in 45 milliseconds