Lines Matching refs:pxNetworkInterface

90     void FreeRTOS_FillEndPoint( NetworkInterface_t * pxNetworkInterface,  in FreeRTOS_FillEndPoint()  argument
100 if( ( pxNetworkInterface == NULL ) || ( pxEndPoint == NULL ) ) in FreeRTOS_FillEndPoint()
104 ( void * ) pxNetworkInterface, in FreeRTOS_FillEndPoint()
130 ( void ) FreeRTOS_AddEndPoint( pxNetworkInterface, pxEndPoint ); in FreeRTOS_FillEndPoint()
257 pxEndPoint->pxNetworkInterface = pxInterface; in FreeRTOS_AddEndPoint()
335 if( ( pxInterface == NULL ) || ( pxEndPoint->pxNetworkInterface == pxInterface ) ) in FreeRTOS_FirstEndPoint()
368 if( ( pxInterface == NULL ) || ( pxResult->pxNetworkInterface == pxInterface ) ) in FreeRTOS_NextEndPoint()
501 if( ( pxInterface == NULL ) || ( pxInterface == pxEndPoint->pxNetworkInterface ) ) in FreeRTOS_FindEndPointOnMAC()
574 if( ( pxInterface == NULL ) || ( pxEndPoint->pxNetworkInterface == pxInterface ) ) in FreeRTOS_InterfaceEndPointOnNetMask()
621 void FreeRTOS_FillEndPoint_IPv6( NetworkInterface_t * pxNetworkInterface, in FreeRTOS_FillEndPoint_IPv6() argument
630 if( ( pxNetworkInterface == NULL ) || in FreeRTOS_FillEndPoint_IPv6()
637 ( void * ) pxNetworkInterface, in FreeRTOS_FillEndPoint_IPv6()
671 ( void ) FreeRTOS_AddEndPoint( pxNetworkInterface, pxEndPoint ); in FreeRTOS_FillEndPoint_IPv6()
717 NetworkEndPoint_t * pxEasyFit( const NetworkInterface_t * pxNetworkInterface,
734 NetworkEndPoint_t * pxEasyFit( const NetworkInterface_t * pxNetworkInterface, in pxEasyFit() argument
778 for( pxEndPoint = FreeRTOS_FirstEndPoint( pxNetworkInterface ); in pxEasyFit()
780 pxEndPoint = FreeRTOS_NextEndPoint( pxNetworkInterface, pxEndPoint ) ) in pxEasyFit()
896 NetworkEndPoint_t * FreeRTOS_MatchingEndpoint( const NetworkInterface_t * pxNetworkInterface, in FreeRTOS_MatchingEndpoint() argument
1017 pxEndPoint = pxEasyFit( pxNetworkInterface, in FreeRTOS_MatchingEndpoint()
1095 …if( ( ( pxInterface == NULL ) || ( pxEndPoint->pxNetworkInterface == pxInterface ) ) && ( pxEndPoi… in FreeRTOS_FirstEndPoint_IPv6()
1197 pxEndPoint->pxNetworkInterface = pxInterface; in FreeRTOS_AddEndPoint()
1362 NetworkEndPoint_t * FreeRTOS_MatchingEndpoint( const NetworkInterface_t * pxNetworkInterface, in FreeRTOS_MatchingEndpoint() argument
1365 ( void ) pxNetworkInterface; in FreeRTOS_MatchingEndpoint()