Searched refs:pxSocketList (Results 1 – 1 of 1) sorted by relevance
1320 List_t * pxSocketList; in vSocketBind() local1333 pxSocketList = &xBoundTCPSocketsList; in vSocketBind()1338 pxSocketList = &xBoundUDPSocketsList; in vSocketBind()1392 … ( pxListFindListItemWithValue( pxSocketList, ( TickType_t ) pxAddress->sin_port ) != NULL ) ) in vSocketBind()1421 vListInsertEnd( pxSocketList, &( pxSocket->xBoundSocketListItem ) ); in vSocketBind()