lwip_udp.h
来自「AMLOGIC DPF source code」· C头文件 代码 · 共 25 行
H
25 行
/*******************************************************************
*
* Copyright C 2004 by Amlogic, Inc. All Rights Reserved.
*
* Description: lwIP interface for RTP
*
* Author: Eric Knudstrup
* Created: Wed Jan 26 14:21:29 2005
*
*******************************************************************/
#ifndef LWIP_UDP_H
#define LWIP_UDP_H
/*;emacs generated header for file lwip_udp.c. Global function declarations only. */
extern struct udp_pcb *rtp_udp_init(struct ip_addr *addr,
uint16_t rx_port, uint16_t tx_port);
/*;end emacs generated header for file lwip_udp.c. Global function declarations only. */
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?