Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 25 of 32) sorted by relevance

12

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dauth.c1031 void auth_peer_fail(ppp_pcb *pcb, int protocol) { in auth_peer_fail()
1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) { in auth_peer_success()
1117 void auth_withpeer_fail(ppp_pcb *pcb, int protocol) { in auth_withpeer_fail()
1136 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) { in auth_withpeer_success()
A Dmppe.c193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) in mppe_compress()
A Dppp.c499 static err_t ppp_netif_output(struct netif *netif, struct pbuf *pb, u16_t protocol) { in ppp_netif_output()
769 u16_t protocol; in ppp_input() local
A Dpppol2tp.c200 static err_t pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppol2tp_netif_output()
A Dpppos.c247 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol) in pppos_netif_output()
A Dpppoe.c244 static err_t pppoe_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppoe_netif_output()
/AliOS-Things-master/components/posix/src/
A Dpthread_mutex.c249 int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *attr, int *protocol) in pthread_mutexattr_getprotocol()
262 int pthread_mutexattr_setprotocol(pthread_mutexattr_t *attr, int protocol) in pthread_mutexattr_setprotocol()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Draw.h77 u8_t protocol; member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Draw.h77 u8_t protocol; member
A Daf_packet.h42 int protocol; /* protocol */ member
/AliOS-Things-master/components/mqtt/MQTTPacket/
A DMQTTConnectServer.c30 int MQTTPacket_checkVersion(MQTTString* protocol, int version) in MQTTPacket_checkVersion()
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c86 const char *protocol = "https"; in parse_url() local
88 const char *protocol = "http"; in parse_url() local
A Dmodhttp.c94 const char *protocol = "https"; in parse_url() local
96 const char *protocol = "http"; in parse_url() local
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c89 const char *protocol = "https"; in parse_url() local
91 const char *protocol = "http"; in parse_url() local
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Daf_packet.c142 alloc_pkt_socket(int type, int protocol) in alloc_pkt_socket()
202 packet_socket(int domain, int type, int protocol) in packet_socket()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dfsm.h80 u16_t protocol; /* Data Link Layer Protocol field value */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dfsm.h80 u16_t protocol; /* Data Link Layer Protocol field value */ member
/AliOS-Things-master/components/netmgr/net/include/sys/
A Dsocket.h180 static inline int socket(int domain, int type, int protocol) in socket()
236 #define socket(domain,type,protocol) net_socket(domain,type,protocol) argument
/AliOS-Things-master/components/websocket/src/
A Drws_socketpub.c280 void rws_socket_set_protocol(rws_socket socket, const char * protocol) { in rws_socket_set_protocol()
A Drws_socketpriv.c493 char * protocol = (s->sec_ws_protocol ? s->sec_ws_protocol : "chat, superchat"); in rws_socket_send_handshake() local
/AliOS-Things-master/components/posix/include/
A Dpthread.h72 int protocol; member
/AliOS-Things-master/components/csi/csi2/include/drv/
A Di2s.h78 csi_i2s_protocol_t protocol; ///< Protocols used by I2S member
/AliOS-Things-master/components/netmgr/net/
A Dnet_impl.c156 int net_socket(int domain, int type, int protocol) in net_socket()
/AliOS-Things-master/hardware/chip/smarth_rv64/include/
A Ddrv_i2s.h141 i2s_protocol_e protocol; member
/AliOS-Things-master/components/csi/csi1/include/drv/
A Di2s.h141 i2s_protocol_e protocol; member

Completed in 49 milliseconds

12