Searched refs:NX_SMTP_CLIENT (Results 1 – 3 of 3) sorted by relevance
57 static UINT _nx_smtp_cmd_idle(NX_SMTP_CLIENT *client_ptr);58 static UINT _nx_smtp_rsp_idle(NX_SMTP_CLIENT *client_ptr);59 static UINT _nx_smtp_cmd_greeting(NX_SMTP_CLIENT *client_ptr);60 static UINT _nx_smtp_rsp_greeting(NX_SMTP_CLIENT *client_ptr);61 static UINT _nx_smtp_cmd_ehlo(NX_SMTP_CLIENT *client_ptr);62 static UINT _nx_smtp_rsp_ehlo(NX_SMTP_CLIENT *client_ptr);63 static UINT _nx_smtp_cmd_helo(NX_SMTP_CLIENT *client_ptr);64 static UINT _nx_smtp_rsp_helo(NX_SMTP_CLIENT *client_ptr);65 static UINT _nx_smtp_cmd_mail(NX_SMTP_CLIENT *client_ptr);66 static UINT _nx_smtp_rsp_mail(NX_SMTP_CLIENT *client_ptr);[all …]
354 } NX_SMTP_CLIENT; typedef359 UINT (*cmd) (NX_SMTP_CLIENT *client_ptr);360 UINT (*rsp) (NX_SMTP_CLIENT *client_ptr);395 UINT nxd_smtp_client_create(NX_SMTP_CLIENT *client_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *client_pa…400 UINT nx_smtp_client_delete (NX_SMTP_CLIENT *client_ptr);401 UINT nx_smtp_mail_send(NX_SMTP_CLIENT *client_ptr, CHAR *recipient_address, UINT priority, 410 UINT _nxd_smtp_client_create(NX_SMTP_CLIENT *client_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *client_pac…414 UINT _nxde_smtp_client_create(NX_SMTP_CLIENT *client_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *client_pa…419 UINT _nx_smtp_client_delete (NX_SMTP_CLIENT *client_ptr);420 UINT _nxe_smtp_client_delete (NX_SMTP_CLIENT *client_ptr);[all …]
43 static NX_SMTP_CLIENT demo_client;