/external/syslinux/core/lwip/src/include/lwip/ |
D | netbuf.h | 48 struct netbuf { struct 64 struct netbuf * netbuf_new (void); argument 65 void netbuf_delete (struct netbuf *buf); 66 void * netbuf_alloc (struct netbuf *buf, u16_t size); 67 void netbuf_free (struct netbuf *buf); 68 err_t netbuf_ref (struct netbuf *buf, 70 void netbuf_chain (struct netbuf *head, 71 struct netbuf *tail); 73 err_t netbuf_data (struct netbuf *buf, 75 s8_t netbuf_next (struct netbuf *buf); [all …]
|
D | api.h | 227 err_t netconn_recv(struct netconn *conn, struct netbuf **new_buf); 230 err_t netconn_sendto(struct netconn *conn, struct netbuf *buf, 232 err_t netconn_send(struct netconn *conn, struct netbuf *buf);
|
/external/syslinux/core/lwip/src/api/ |
D | netbuf.c | 56 netbuf *netbuf_new(void) in netbuf_new() 58 struct netbuf *buf; in netbuf_new() 60 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in netbuf_new() 87 netbuf_delete(struct netbuf *buf) in netbuf_delete() 107 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() 131 netbuf_free(struct netbuf *buf) in netbuf_free() 150 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref() 174 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain() 193 netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len) in netbuf_data() 218 netbuf_next(struct netbuf *buf) in netbuf_next() [all …]
|
D | api_lib.c | 407 len = netbuf_len((struct netbuf *)buf); in netconn_recv_data() 451 netconn_recv(struct netconn *conn, struct netbuf **new_buf) in netconn_recv() 454 struct netbuf *buf = NULL; in netconn_recv() 468 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in netconn_recv() 540 netconn_sendto(struct netconn *conn, struct netbuf *buf, ip_addr_t *addr, u16_t port) in netconn_sendto() 558 netconn_send(struct netconn *conn, struct netbuf *buf) in netconn_send()
|
D | sockets.c | 300 netbuf_delete((struct netbuf *)lastdata); in free_socket() 594 err = netconn_recv(sock->conn, (struct netbuf **)&buf); in lwip_recvfrom() 624 p = ((struct netbuf *)buf)->p; in lwip_recvfrom() 667 addr = netbuf_fromaddr((struct netbuf *)buf); in lwip_recvfrom() 668 port = netbuf_fromport((struct netbuf *)buf); in lwip_recvfrom() 692 addr = netbuf_fromaddr((struct netbuf *)buf); in lwip_recvfrom() 693 port = netbuf_fromport((struct netbuf *)buf); in lwip_recvfrom() 719 netbuf_delete((struct netbuf *)buf); in lwip_recvfrom() 797 struct netbuf buf; 2285 p = ((struct netbuf *)p)->p;
|
/external/syslinux/core/fs/pxe/ |
D | core.c | 102 struct netbuf *nbuf; in core_udp_recv() 138 struct netbuf *nbuf; in core_udp_send() 180 struct netbuf *nbuf; in core_udp_sendto()
|
D | pxe.h | 109 struct netbuf; 124 struct netbuf *buf; /* lwip cached buffer */
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_addrmanagmt_rpcb_getaddr/ |
D | tirpc_rpcb_getaddr.c | 56 struct netbuf svcaddr; in main()
|
D | tirpc_rpcb_getaddr_limits.c | 53 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create/ |
D | tirpc_clnt_tli_create.c | 57 struct netbuf svcaddr; in main()
|
D | tirpc_clnt_tli_create_limits.c | 65 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/ |
D | tirpc_clnt_vc_create.c | 56 struct netbuf svcaddr; in main()
|
D | tirpc_clnt_vc_create_limits.c | 65 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/ |
D | tirpc_clnt_dg_create.c | 53 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_control/ |
D | tirpc_clnt_control_limits.c | 74 clnt_control(client, CLGET_SVC_ADDR, (struct netbuf *)&tst_nconf); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noprog/ |
D | tirpc_svcerr_noprog.c | 57 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
D | tirpc_rpcb_rmtcall.c | 56 struct netbuf svcaddr; in main()
|
D | tirpc_rpcb_rmtcall_stress.c | 58 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noproc/ |
D | tirpc_svcerr_noproc.c | 57 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_weakauth/ |
D | tirpc_svcerr_weakauth.c | 57 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_systemerr/ |
D | tirpc_svcerr_systemerr.c | 57 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_progvers/ |
D | tirpc_svcerr_progvers.c | 57 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
D | tirpc_expertlevel_clnt_call.c | 57 struct netbuf svcaddr; in main()
|
D | tirpc_expertlevel_clnt_call_stress.c | 58 struct netbuf svcaddr; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
D | tirpc_bottomlevel_clnt_call.c | 53 struct netbuf svcaddr; in main()
|