/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | inet_chksum.c | 261 inet_cksum_pseudo_base(struct pbuf *p, u8_t proto, u16_t proto_len, u32_t acc) in inet_cksum_pseudo_base() 311 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo() 344 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo() 380 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo() 400 inet_cksum_pseudo_partial_base(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_cksum_pseudo_partial_base() 457 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo_partial() 492 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo_partial() 527 ip_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo_partial()
|
A D | raw.c | 131 s16_t proto; in raw_input() local 445 raw_new(u8_t proto) in raw_new() 480 raw_new_ip_type(u8_t type, u8_t proto) in raw_new_ip_type()
|
A D | stats.c | 64 stats_display_proto(struct stats_proto *proto, const char *name) in stats_display_proto()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | ip.h | 227 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 235 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 243 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 248 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument 273 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 275 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 277 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 279 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument 291 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 293 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument [all …]
|
A D | raw.h | 110 #define raw_new_ip6(proto) raw_new_ip_type(IPADDR_TYPE_V6, proto) argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | ip.h | 226 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 234 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 242 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 247 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument 272 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 274 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 276 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 278 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument 290 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 292 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument [all …]
|
A D | raw.h | 110 #define raw_new_ip6(proto) raw_new_ip_type(IPADDR_TYPE_V6, proto) argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | ip4.c | 759 u8_t proto, struct netif *netif) 773 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, 799 u8_t proto, struct netif *netif) 811 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, 987 u8_t ttl, u8_t tos, u8_t proto) 1024 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | mkg3states.c | 55 struct proto { struct 60 static struct proto Pass[] = { argument
|
/AliOS-Things-master/components/py_engine/engine/drivers/memory/ |
A D | spiflash.h | 57 const mp_spi_proto_t *proto; member 61 const mp_qspi_proto_t *proto; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/ui/ |
A D | module_vm.c | 47 JSValue proto; in js_vm_init() local
|
A D | app_entry.c | 90 JSValue proto; in js_app_entry_init() local
|
A D | module_ui.c | 71 JSValue proto; in js_ui_init() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | auth.c | 1198 void np_up(ppp_pcb *pcb, int proto) { in np_up() 1249 void np_down(ppp_pcb *pcb, int proto) { in np_down() 1268 void np_finished(ppp_pcb *pcb, int proto) { in np_finished()
|
A D | demand.c | 318 demand_rexmit(proto, newip) in demand_rexmit() argument 438 int proto, i; local
|
A D | utils.c | 449 u_short proto; in ppp_format_packet() local 706 int proto; in ppp_dump_packet() local
|
A D | ppp.c | 1322 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode) { in sifnpmode() 1448 u_short proto; member 1584 const char * protocol_name(int proto) { in protocol_name()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/ |
A D | module_network.c | 41 JSValue proto; in js_network_init() local
|
/AliOS-Things-master/components/mbedtls/platform/yoc/ |
A D | net_sockets.c | 77 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect() 121 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind()
|
/AliOS-Things-master/components/mbedtls/platform/aos/library/ |
A D | net_sockets.c | 48 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect() 201 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/blenetcfg/ |
A D | module_blecfgnet.c | 66 JSValue proto; in js_blecfgnet_init() local
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | net_sockets.c | 148 const char *port, int proto ) in mbedtls_net_connect() 195 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/adc/ |
A D | module_adc.c | 132 JSValue proto; in js_adc_init() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/wdg/ |
A D | module_wdg.c | 84 JSValue proto; in js_wdg_init() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/kv/ |
A D | module_kv.c | 129 JSValue proto; in js_kv_init() local
|