Home
last modified time | relevance | path

Searched defs:pcb (Results 1 – 25 of 52) sorted by relevance

123

/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/
Dtcp.c134 #define TCP_KEEP_DUR(pcb) ((pcb)->keep_cnt * (pcb)->keep_intvl) argument
135 #define TCP_KEEP_INTVL(pcb) ((pcb)->keep_intvl) argument
137 #define TCP_KEEP_DUR(pcb) TCP_MAXIDLE argument
138 #define TCP_KEEP_INTVL(pcb) TCP_KEEPINTVL_DEFAULT argument
232 tcp_free(struct tcp_pcb *pcb) in tcp_free()
243 tcp_free_listen(struct tcp_pcb *pcb) in tcp_free_listen()
273 tcp_set_timer_tick_by_persist(struct tcp_pcb *pcb, u32_t tick) in tcp_set_timer_tick_by_persist()
295 tcp_set_timer_tick_by_keepalive(struct tcp_pcb *pcb, u32_t tick) in tcp_set_timer_tick_by_keepalive()
318 static u32_t tcp_set_timer_tick_by_tcp_state(struct tcp_pcb *pcb, u32_t tick) in tcp_set_timer_tick_by_tcp_state()
351 static u32_t tcp_set_timer_tick_by_driver_status(struct tcp_pcb *pcb, u32_t tick, bool drv_flag) in tcp_set_timer_tick_by_driver_status()
[all …]
Draw.c85 raw_input_local_match(struct raw_pcb *pcb, u8_t broadcast) in raw_input_local_match()
135 static u32_t icmpv6_filter_check(struct pbuf *p, struct raw_pcb *pcb, s16_t proto, u16_t *typep) in icmpv6_filter_check()
159 static u32_t lwip_ipv6checksum_validate(struct pbuf *p, const struct raw_pcb *pcb, s16_t proto) in lwip_ipv6checksum_validate()
224 struct raw_pcb *pcb; in raw_input() local
308 struct raw_pcb *pcb = NULL; in raw_input6() local
378 struct raw_pcb *pcb = NULL; in raw_pkt_input() local
431 raw_bind(struct raw_pcb *pcb, const ip_addr_t *ipaddr) in raw_bind()
469 raw_pkt_bind(struct raw_pcb *pcb, u8_t ifindex, u16_t proto) in raw_pkt_bind()
519 raw_bind_netif(struct raw_pcb *pcb, const struct netif *netif) in raw_bind_netif()
544 raw_connect(struct raw_pcb *pcb, const ip_addr_t *ipaddr) in raw_connect()
[all …]
Dtcp_sack.c59 tcp_pcb_reset_sack_seq(struct tcp_pcb *pcb) in tcp_pcb_reset_sack_seq()
75 tcp_update_sack_for_received_ooseq_segs(struct tcp_pcb *pcb) in tcp_update_sack_for_received_ooseq_segs()
152 tcp_enqueue_flags_sack(const struct tcp_pcb *pcb, u8_t *optflags) in tcp_enqueue_flags_sack()
185 tcp_get_sack_block_count_for_send(const struct tcp_pcb *pcb, u8_t optlen) in tcp_get_sack_block_count_for_send()
217 void tcp_build_sack_option(struct tcp_pcb *pcb, u8_t cnt, u32_t *options) in tcp_build_sack_option()
264 tcp_parseopt_sack_permitted(struct tcp_pcb *pcb) in tcp_parseopt_sack_permitted()
277 void tcp_connect_update_sack(struct tcp_pcb *pcb, u32_t iss) in tcp_connect_update_sack()
347 tcp_sack_is_sackblock_valid(const struct tcp_pcb *pcb, u32_t start_seq, u32_t end_seq, u32_t ackno) in tcp_sack_is_sackblock_valid()
382 tcp_sack_update(struct tcp_pcb *pcb, u32_t ackno) in tcp_sack_update()
448 tcp_sack_is_lost(const struct tcp_pcb *pcb, struct tcp_seg *seg) in tcp_sack_is_lost()
[all …]
Daltcp_tcp.c242 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; in altcp_tcp_set_poll() local
252 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; in altcp_tcp_recved() local
261 struct tcp_pcb *pcb; in altcp_tcp_bind() local
273 struct tcp_pcb *pcb; in altcp_tcp_connect() local
286 struct tcp_pcb *pcb; in altcp_tcp_listen() local
306 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; in altcp_tcp_abort() local
317 struct tcp_pcb *pcb; in altcp_tcp_close() local
344 struct tcp_pcb *pcb; in altcp_tcp_shutdown() local
356 struct tcp_pcb *pcb; in altcp_tcp_write() local
368 struct tcp_pcb *pcb; in altcp_tcp_output() local
[all …]
Dudp.c129 struct udp_pcb *pcb; in udp_new_port() local
154 udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t broadcast) in udp_input_local_match()
221 struct udp_pcb *pcb, *prev; in udp_input() local
479 udp_send(struct udp_pcb *pcb, struct pbuf *p) in udp_send()
497 udp_send_chksum(struct udp_pcb *pcb, struct pbuf *p, in udp_send_chksum()
532 udp_sendto(struct udp_pcb *pcb, struct pbuf *p, in udp_sendto()
542 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_chksum()
653 udp_sendto_if(struct udp_pcb *pcb, struct pbuf *p, in udp_sendto_if()
662 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_if_chksum()
730 udp_sendto_if_src(struct udp_pcb *pcb, struct pbuf *p, in udp_sendto_if_src()
[all …]
Dtcp_out.c88 #define LWIP_TCP_OPT_LENGTH_SEGMENT(flags, pcb) LWIP_HOOK_TCP_OUT_TCPOPT_LENGTH(pcb, LWIP_TCP_OPT_L… argument
90 #define LWIP_TCP_OPT_LENGTH_SEGMENT(flags, pcb) LWIP_TCP_OPT_LENGTH(flags) argument
128 tcp_route(const struct tcp_pcb *pcb, const ip_addr_t *src, const ip_addr_t *dst) in tcp_route()
158 tcp_create_segment(const struct tcp_pcb *pcb, struct pbuf *p, u8_t hdrflags, u32_t seqno, u8_t optf… in tcp_create_segment()
239 u16_t *oversize, const struct tcp_pcb *pcb, u8_t apiflags, in tcp_pbuf_prealloc()
287 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_… argument
318 tcp_write_checks(struct tcp_pcb *pcb, u16_t len) in tcp_write_checks()
404 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags) in tcp_write()
877 tcp_split_unsent_seg(struct tcp_pcb *pcb, u16_t split) in tcp_split_unsent_seg()
1052 tcp_send_fin(struct tcp_pcb *pcb) in tcp_send_fin()
[all …]
Dtcp_in.c110 static void update_ooseq_order_and_cnt(struct tcp_pcb *pcb, u32_t *order) in update_ooseq_order_and_cnt()
152 struct tcp_pcb *pcb, *prev; local
649 tcp_input_delayed_close(struct tcp_pcb *pcb)
669 void tcp_sndbuf_init(struct tcp_pcb *pcb)
714 tcp_listen_input(struct tcp_pcb_listen *pcb)
882 tcp_timewait_input(struct tcp_pcb *pcb)
935 tcp_process(struct tcp_pcb *pcb)
1313 static void tcp_sack_proc_ack_wo_recovery(struct tcp_pcb *pcb)
1341 static void tcp_sack_proc_ack_with_recovery(struct tcp_pcb *pcb)
1364 tcp_free_acked_segments(struct tcp_pcb *pcb, struct tcp_seg *seg_list, const char *dbg_list_name,
[all …]
Dip.c164 ip_route_pcb(const ip_addr_t *dest, const struct ip_pcb *pcb) in ip_route_pcb()
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/
Dudp.h160 #define udp_flags(pcb) ((pcb)->flags) argument
161 #define udp_setflags(pcb, f) ((pcb)->flags = (f)) argument
163 #define udp_set_flags(pcb, set_flags) do { (pcb)->flags = (u8_t)((pcb)->flags | (set_… argument
164 #define udp_clear_flags(pcb, clr_flags) do { (pcb)->flags = (u8_t)((pcb)->flags & (u8_t)… argument
165 #define udp_is_flag_set(pcb, flag) (((pcb)->flags & (flag)) != 0) argument
177 #define udp_set_multicast_netif_addr(pcb, ip4addr) ip4_addr_copy((pcb)->mcast_ip4, *(ip4addr)) argument
178 #define udp_get_multicast_netif_addr(pcb) (&(pcb)->mcast_ip4) argument
180 #define udp_set_multicast_netif_index(pcb, idx) ((pcb)->mcast_ifindex = (idx)) argument
181 #define udp_get_multicast_netif_index(pcb) ((pcb)->mcast_ifindex) argument
182 #define udp_set_multicast_ttl(pcb, value) ((pcb)->mcast_ttl = (value)) argument
[all …]
Draw.h170 #define raw_flags(pcb) ((pcb)->flags) argument
171 #define raw_setflags(pcb,f) ((pcb)->flags = (f)) argument
173 #define raw_set_flags(pcb, set_flags) do { (pcb)->flags = (u8_t)((pcb)->flags | (set_… argument
174 #define raw_clear_flags(pcb, clr_flags) do { (pcb)->flags = (u8_t)((pcb)->flags & (u8_t)… argument
175 #define raw_is_flag_set(pcb, flag) (((pcb)->flags & (flag)) != 0) argument
183 #define raw_set_multicast_netif_index(pcb, idx) ((pcb)->mcast_ifindex = (idx)) argument
184 #define raw_get_multicast_netif_index(pcb) ((pcb)->mcast_ifindex) argument
185 #define raw_set_multicast_ttl(pcb, value) ((pcb)->mcast_ttl = (value)) argument
186 #define raw_get_multicast_ttl(pcb) ((pcb)->mcast_ttl) argument
Dtcp.h143 #define RCV_WND_SCALE(pcb, wnd) (((wnd) >> (pcb)->rcv_scale)) argument
144 #define SND_WND_SCALE(pcb, wnd) (((tcpwnd_size_t)(wnd) << (pcb)->snd_scale)) argument
146 #define TCP_WND_MAX(pcb) ((tcpwnd_size_t)(((pcb)->flags & TF_WND_SCALE) ? TCP_WND : TCPWND16… argument
148 #define RCV_WND_SCALE(pcb, wnd) (wnd) argument
149 #define SND_WND_SCALE(pcb, wnd) (wnd) argument
151 #define TCP_WND_MAX(pcb) TCP_WND argument
191 #define TCP_CALC_SSTHRESH(pcb, ssthresh, wnd, mss) do { \ argument
628 #define tcp_set_flags(pcb, set_flags) do { (pcb)->flags = (tcpflags_t)((pcb)->flags | … argument
629 #define tcp_clear_flags(pcb, clr_flags) do { (pcb)->flags = (tcpflags_t)((pcb)->flags & … argument
630 #define tcp_is_flag_set(pcb, flag) (((pcb)->flags & (flag)) != 0) argument
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dudp.h163 #define udp_flags(pcb) ((pcb)->flags) argument
164 #define udp_setflags(pcb, f) ((pcb)->flags = (u8_t)(f)) argument
167 #define udp_getpriority(pcb) ((pcb)->priority) argument
180 #define udp_set_multicast_netif_addr(pcb, ip4addr) ip4_addr_copy((pcb)->mcast_ip4, *(ip4addr)) argument
181 #define udp_get_multicast_netif_addr(pcb) (&(pcb)->mcast_ip4) argument
183 #define udp_set_multicast_netif_index(pcb, idx) ((pcb)->mcast_ifindex = (idx)) argument
184 #define udp_get_multicast_netif_index(pcb) ((pcb)->mcast_ifindex) argument
185 #define udp_set_multicast_ttl(pcb, value) ((pcb)->mcast_ttl = (value)) argument
186 #define udp_get_multicast_ttl(pcb) ((pcb)->mcast_ttl) argument
Draw.h152 #define raw_getpriority(pcb) ((pcb)->priority) argument
170 #define raw_flags(pcb) ((pcb)->flags) argument
171 #define raw_setflags(pcb,f) ((pcb)->flags = (f)) argument
173 #define raw_set_flags(pcb, set_flags) do { (pcb)->flags = (u8_t)((pcb)->flags | (set_… argument
174 #define raw_clear_flags(pcb, clr_flags) do { (pcb)->flags = (u8_t)((pcb)->flags & (u8_t)… argument
175 #define raw_is_flag_set(pcb, flag) (((pcb)->flags & (flag)) != 0) argument
191 #define raw_set_multicast_netif_index(pcb, idx) ((pcb)->mcast_ifindex = (idx)) argument
192 #define raw_get_multicast_netif_index(pcb) ((pcb)->mcast_ifindex) argument
193 #define raw_set_multicast_ttl(pcb, value) ((pcb)->mcast_ttl = (value)) argument
194 #define raw_get_multicast_ttl(pcb) ((pcb)->mcast_ttl) argument
Dtcp.h146 #define RCV_WND_SCALE(pcb, wnd) (((wnd) >> (pcb)->rcv_scale)) argument
148 #define SND_WND_SCALE(pcb, wnd) (((tcpwnd_size_t)(wnd) << (pcb)->snd_scale)) argument
150 #define ACTUAL_WND_SIZE(pcb, wnd) ((tcpwnd_size_t)((wnd) >> (pcb)->rcv_scale) << (pcb)->rcv_scale) argument
154 #define TCP_WND_MAX(pcb) ((tcpwnd_size_t)(((pcb)->flags & TF_WND_SCALE) ? TCP_WND : TCPWND16… argument
156 #define RCV_WND_SCALE(pcb, wnd) (wnd) argument
157 #define SND_WND_SCALE(pcb, wnd) (wnd) argument
159 #define TCP_WND_MAX(pcb) TCP_WND argument
206 #define TCP_CALC_SSTHRESH(pcb, ssthresh, wnd, mss) do { \ argument
726 #define tcp_mss(pcb) (((pcb)->flags & TF_TIMESTAMP) ? ((pcb)->mss - 12) : (pc… argument
728 #define tcp_mss(pcb) ((pcb)->mss) argument
[all …]
Dip.h263 #define ip_get_option(pcb, opt) ((pcb)->so_options & (opt)) argument
265 #define ip_set_option(pcb, opt) ((pcb)->so_options |= (opt)) argument
267 #define ip_reset_option(pcb, opt) ((pcb)->so_options &= (u8_t)~(opt)) argument
275 #define ip_output(p, src, dest, ttl, tos, proto, pcb) \ argument
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/priv/
Dtcp_priv.h217 #define TCP_EVENT_ACCEPT(lpcb,pcb,arg,err,ret) ret = lwip_tcp_event(arg, (pcb),\ argument
219 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument
221 #define TCP_EVENT_RECV(pcb,p,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument
223 #define TCP_EVENT_CLOSED(pcb,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument
225 #define TCP_EVENT_CONNECTED(pcb,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument
227 #define TCP_EVENT_POLL(pcb,ret) do { if ((pcb)->state != SYN_RCVD) { … argument
238 #define TCP_EVENT_ACCEPT(lpcb,pcb,arg,err,ret) \ argument
245 #define TCP_EVENT_SENT(pcb,space,ret) \ argument
252 #define TCP_EVENT_RECV(pcb,p,err,ret) \ argument
261 #define TCP_EVENT_CLOSED(pcb,ret) \ argument
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dtcp_priv.h221 #define TCP_EVENT_ACCEPT(lpcb, pcb, arg, err, ret) ret = lwip_tcp_event(arg, (pcb), \ argument
223 #define TCP_EVENT_SENT(pcb, space, ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb), \ argument
225 #define TCP_EVENT_RECV(pcb, p, err, ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb), \ argument
227 #define TCP_EVENT_CLOSED(pcb, ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb), \ argument
229 #define TCP_EVENT_CONNECTED(pcb, err, ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb), \ argument
231 #define TCP_EVENT_POLL(pcb, ret) \ argument
244 #define TCP_EVENT_ACCEPT(lpcb, pcb, arg, err, ret) \ argument
253 #define TCP_EVENT_SENT(pcb, space, ret) \ argument
262 #define TCP_EVENT_RECV(pcb, p, err, ret) \ argument
271 #define TCP_EVENT_CLOSED(pcb, ret) \ argument
[all …]
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/api/
Dapi_msg.c168 recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p, in recv_raw()
271 recv_udp(void *arg, struct udp_pcb *pcb, struct pbuf *p,
346 recv_tcp(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err)
411 poll_tcp(void *arg, struct tcp_pcb *pcb)
447 poll_tcp_needed(void *arg, struct tcp_pcb *pcb)
481 sent_tcp(void *arg, struct tcp_pcb *pcb, u16_t len)
625 void update_tcp_sndplus_event(void *arg, const struct tcp_pcb *pcb)
648 struct tcp_pcb *pcb; local
730 struct tcp_pcb *pcb = newconn->pcb.tcp; local
1561 lwip_netconn_do_connected(void *arg, struct tcp_pcb *pcb, err_t err)
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
Dhi_math_adapt.h172 __inline static hi_void rgb2_yc(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 *pcr) in rgb2_yc()
193 __inline static hi_void rgb2_yc_full(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 … in rgb2_yc_full()
219 __inline static hi_void rgb2_yc_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 *pcr) in rgb2_yc_8_bit()
240 __inline static hi_void rgb2_yc_full_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 … in rgb2_yc_full_8_bit()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dhi_math.h179 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc()
200 __inline static HI_VOID Rgb2Yc_full(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *… in Rgb2Yc_full()
226 __inline static HI_VOID Rgb2Yc_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *pcr) in Rgb2Yc_8BIT()
247 __inline static HI_VOID Rgb2Yc_full_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *p… in Rgb2Yc_full_8BIT()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
Dhi_math_adapt.h172 __inline static hi_void rgb2_yc(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 *pcr) in rgb2_yc()
193 __inline static hi_void rgb2_yc_full(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 … in rgb2_yc_full()
219 __inline static hi_void rgb2_yc_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 *pcr) in rgb2_yc_8_bit()
240 __inline static hi_void rgb2_yc_full_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 … in rgb2_yc_full_8_bit()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
Dhi_math_adapt.h175 __inline static hi_void rgb2_yc(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 *pcr) in rgb2_yc()
196 __inline static hi_void rgb2_yc_full(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 … in rgb2_yc_full()
222 __inline static hi_void rgb2_yc_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 *pcr) in rgb2_yc_8_bit()
243 __inline static hi_void rgb2_yc_full_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 … in rgb2_yc_full_8_bit()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_math.h176 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc()
197 __inline static HI_VOID Rgb2Yc_full(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *… in Rgb2Yc_full()
223 __inline static HI_VOID Rgb2Yc_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *pcr) in Rgb2Yc_8BIT()
244 __inline static HI_VOID Rgb2Yc_full_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *p… in Rgb2Yc_full_8BIT()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_math.h178 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc()
199 __inline static HI_VOID Rgb2Yc_full(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *… in Rgb2Yc_full()
225 __inline static HI_VOID Rgb2Yc_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *pcr) in Rgb2Yc_8BIT()
246 __inline static HI_VOID Rgb2Yc_full_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *p… in Rgb2Yc_full_8BIT()
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/netif/ppp/
Deap.h91 #define eap_client_active(pcb) ((pcb)->eap.es_client.ea_state == eapListen) argument
93 #define eap_server_active(pcb) \ argument

123