Home
last modified time | relevance | path

Searched refs:nx_bsd_find_interface_by_source_addr (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c159 static INT nx_bsd_find_interface_by_source_addr(UINT addr_family, ULONG* ip_addr);
3428 src_interface = (UINT)nx_bsd_find_interface_by_source_addr(AF_INET, ip_addr_ptr); in nx_bsd_send_internal()
3465 src_interface = (UINT)nx_bsd_find_interface_by_source_addr(AF_INET6, ip_addr_ptr); in nx_bsd_send_internal()
11254 static INT nx_bsd_find_interface_by_source_addr(UINT addr_family, ULONG* ip_addr) in nx_bsd_find_interface_by_source_addr() function
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt4876nx_bsd_find_interface_by_source_addr - Fixed endian swap when ntohl is not defined.