Home
last modified time | relevance | path

Searched refs:ulNetMask (Results 1 – 9 of 9) sorted by relevance

/FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS+TCP/
A Dplus_tcp_hooks_winsim.c148 uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress; in vApplicationIPNetworkEventHook_Multi() local
158 …FreeRTOS_GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in vApplicationIPNetworkEventHook_Multi()
160 …FreeRTOS_GetAddressConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress… in vApplicationIPNetworkEventHook_Multi()
166 FreeRTOS_inet_ntoa( ulNetMask, cBuffer ); in vApplicationIPNetworkEventHook_Multi()
A DNetworkInterface_WinPCap.c584 uint32_t ulNetMask; in prvConfigureCaptureBehaviour() local
602ulNetMask = ( configNET_MASK3 << 24UL ) | ( configNET_MASK2 << 16UL ) | ( configNET_MASK1 << 8L ) … in prvConfigureCaptureBehaviour()
604 if( pcap_compile( pxOpenedInterfaceHandle, &xFilterCode, cErrorBuffer, 1, ulNetMask ) < 0 ) in prvConfigureCaptureBehaviour()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/
A Dmain_networking.c212 uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress; in vApplicationIPNetworkEventHook_Multi() local
239 …FreeRTOS_GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in vApplicationIPNetworkEventHook_Multi()
241 …FreeRTOS_GetAddressConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress… in vApplicationIPNetworkEventHook_Multi()
246 FreeRTOS_inet_ntoa( ulNetMask, cBuffer ); in vApplicationIPNetworkEventHook_Multi()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/
A Dmain_networking.c230 uint32_t ulNetMask = 0U; in vApplicationIPNetworkEventHook_Multi() local
263 …FreeRTOS_GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in vApplicationIPNetworkEventHook_Multi()
265 …FreeRTOS_GetAddressConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress… in vApplicationIPNetworkEventHook_Multi()
272 FreeRTOS_inet_ntoa( ulNetMask, cBuffer ); in vApplicationIPNetworkEventHook_Multi()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/
A Dmain.c238 uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress; in vApplicationIPNetworkEventHook_Multi() local
280 …FreeRTOS_GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in vApplicationIPNetworkEventHook_Multi()
282 …FreeRTOS_GetAddressConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress… in vApplicationIPNetworkEventHook_Multi()
287 FreeRTOS_inet_ntoa( ulNetMask, cBuffer ); in vApplicationIPNetworkEventHook_Multi()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/
A Darch.c262 unsigned long ulNetMask; in prvConfigureCaptureBehaviour() local
275ulNetMask = ( configNET_MASK3 << 24UL ) | ( configNET_MASK2 << 16UL ) | ( configNET_MASK1 << 8L ) … in prvConfigureCaptureBehaviour()
277 if( pcap_compile( pxOpenedInterfaceHandle, &xFilterCode, cErrorBuffer, 1, ulNetMask ) < 0 ) in prvConfigureCaptureBehaviour()
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/
A Darch.c262 unsigned long ulNetMask; in prvConfigureCaptureBehaviour() local
275ulNetMask = ( configNET_MASK3 << 24UL ) | ( configNET_MASK2 << 16UL ) | ( configNET_MASK1 << 8L ) … in prvConfigureCaptureBehaviour()
277 if( pcap_compile( pxOpenedInterfaceHandle, &xFilterCode, cErrorBuffer, 1, ulNetMask ) < 0 ) in prvConfigureCaptureBehaviour()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/
A Darch.c262 unsigned long ulNetMask; in prvConfigureCaptureBehaviour() local
275ulNetMask = ( configNET_MASK3 << 24UL ) | ( configNET_MASK2 << 16UL ) | ( configNET_MASK1 << 8L ) … in prvConfigureCaptureBehaviour()
277 if( pcap_compile( pxOpenedInterfaceHandle, &xFilterCode, cErrorBuffer, 1, ulNetMask ) < 0 ) in prvConfigureCaptureBehaviour()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/
A Darch.c262 unsigned long ulNetMask; in prvConfigureCaptureBehaviour() local
275ulNetMask = ( configNET_MASK3 << 24UL ) | ( configNET_MASK2 << 16UL ) | ( configNET_MASK1 << 8L ) … in prvConfigureCaptureBehaviour()
277 if( pcap_compile( pxOpenedInterfaceHandle, &xFilterCode, cErrorBuffer, 1, ulNetMask ) < 0 ) in prvConfigureCaptureBehaviour()

Completed in 27 milliseconds